mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
fix: not airborne units no longer targeted, racetracks not drawn for airborne units
This commit is contained in:
@@ -1970,7 +1970,7 @@ export abstract class Unit extends CustomMarker {
|
||||
}
|
||||
|
||||
#drawRacetrack() {
|
||||
if (getApp().getMap().getOptions().showRacetracks) {
|
||||
if (getApp().getMap().getOptions().showRacetracks && this.getAirborne()) {
|
||||
let groundspeed = this.#speed;
|
||||
|
||||
// Determine racetrack length
|
||||
|
||||
Reference in New Issue
Block a user