Skip to content

Commit c8de864

Browse files
committed
fix build
1 parent f7b5d64 commit c8de864

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/dsstats.razorlib/Modals/BuildModal.razor

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
this.team = team;
116116
fen = DsFen.GetFen(spawn, commander, team);
117117
JSRuntime.InvokeVoidAsync("openModalById", "buildmodal");
118+
InvokeAsync(() => StateHasChanged());
118119
}
119120

120121
public void Hide()

src/dsstats.shared/DsFen/TerranBuild.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public TerranBuild()
1919
{ "Viking", new('d', true, true, true) },
2020
{ "VikingLanded", new('d', false, true) },
2121
{ "Raven", new('f', true) },
22-
{ "Tank", new('g') },
22+
{ "SiegeTank", new('g') },
2323
{ "Cyclone", new('z', true, true) },
2424
{ "WidowMine", new('z', true) },
2525
{ "Liberator", new('x', true) },

0 commit comments

Comments
 (0)