fix: magvar used for BE calls

fix: unit summary labels
This commit is contained in:
Davide Passoni
2024-12-12 16:43:24 +01:00
parent 89abcb3330
commit 8006d639ae
19 changed files with 159 additions and 146 deletions

View File

@@ -48,13 +48,13 @@ export class ServerManager {
})
MapOptionsChangedEvent.on((mapOptions) => {
if (this.#updateMode === "normal" && mapOptions.AWACSMode) {
/* TODO if (this.#updateMode === "normal" && mapOptions.AWACSMode) {
this.#updateMode = "awacs";
this.startUpdate();
} else if (this.#updateMode === "awacs" && !mapOptions.AWACSMode) {
this.#updateMode = "normal";
this.startUpdate();
}
} */
})
}