Temp commit for hotfix

This commit is contained in:
dpassoni
2023-03-14 15:51:23 +01:00
parent d3dc041c91
commit fa9945a3cc
7 changed files with 84 additions and 38 deletions

View File

@@ -34,13 +34,13 @@ export class Airbase extends L.Marker
(<HTMLElement> this.getElement()?.querySelector(".airbase")).dataset.coalition = this.#coalition;
}
getName()
{
return this.#name;
}
getCoalition()
{
return this.#coalition;
}
getName()
{
return this.#name;
}
}