From 14d44babe7d1939d76be7e693ca49c280854b392 Mon Sep 17 00:00:00 2001 From: Stefan Arsic Date: Thu, 8 Feb 2024 00:16:09 +0100 Subject: [PATCH] Added missing semicolumn --- client/src/controls/unitspawnmenu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {