Merge pull request #823 from WoodyXP/Fix-Semicolumn-Skill

Fix semicolumn skill
This commit is contained in:
Pax1601 2024-02-08 08:45:11 +01:00 committed by GitHub
commit 55f3bd5adb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -535,7 +535,7 @@ export abstract class UnitSpawnMenu {
}
setShowSkill(showSkill: boolean) {
this.#showSkill = showSkill
this.#showSkill = showSkill;
}
setShowAltitudeSlider(showAltitudeSlider: boolean) {