mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-21 14:31:54 +00:00
Update AirWing.lua
This commit is contained in:
@@ -567,7 +567,7 @@ end
|
||||
function AIRWING:_PatrolPointMarkerText(point, Text)
|
||||
|
||||
local text=string.format("%s Occupied=%d, \nheading=%03d, leg=%d NM, alt=%d ft, speed=%d kts",
|
||||
Text, point.noccupied, point.heading, point.leg, point.alt, point.speed)
|
||||
Text, point.noccupied, point.heading, point.leg, point.altitude, point.speed)
|
||||
|
||||
return text
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user