mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
More work adding back missing functions
This commit is contained in:
@@ -599,8 +599,7 @@ export abstract class Unit extends CustomMarker {
|
||||
const blueprint = getApp().getUnitsManager().getDatabase().getByName(this.#name);
|
||||
this.#blueprint = blueprint ?? null;
|
||||
/* Refresh the marker */
|
||||
this.remove();
|
||||
this.addTo(getApp().getMap());
|
||||
this.#redrawMarker();
|
||||
}
|
||||
|
||||
/* Update the blueprint to use when the unit is grouped */
|
||||
|
||||
Reference in New Issue
Block a user