diff --git a/client/src/controls/unitspawnmenu.ts b/client/src/controls/unitspawnmenu.ts index 5a1ec487..882a4ed6 100644 --- a/client/src/controls/unitspawnmenu.ts +++ b/client/src/controls/unitspawnmenu.ts @@ -535,7 +535,7 @@ export abstract class UnitSpawnMenu { } setShowSkill(showSkill: boolean) { - this.#showSkill = showSkill + this.#showSkill = showSkill; } setShowAltitudeSlider(showAltitudeSlider: boolean) {