Added command hash control

This commit is contained in:
Pax1601
2023-09-05 17:25:32 +02:00
parent cbb878cf96
commit a96a6eb57d
3 changed files with 28 additions and 15 deletions

View File

@@ -429,6 +429,7 @@ export class Map extends L.Map {
var marker = new TemporaryUnitMarker(latlng, name, coalition, commandHash);
marker.addTo(this);
this.#temporaryMarkers.push(marker);
return marker;
}
getSelectedCoalitionArea() {