mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Merge pull request #823 from WoodyXP/Fix-Semicolumn-Skill
Fix semicolumn skill
This commit is contained in:
commit
55f3bd5adb
@ -535,7 +535,7 @@ export abstract class UnitSpawnMenu {
|
||||
}
|
||||
|
||||
setShowSkill(showSkill: boolean) {
|
||||
this.#showSkill = showSkill
|
||||
this.#showSkill = showSkill;
|
||||
}
|
||||
|
||||
setShowAltitudeSlider(showAltitudeSlider: boolean) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user