mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-12 16:57:50 +00:00
Update AirWing.lua
This commit is contained in:
@@ -567,7 +567,7 @@ end
|
|||||||
function AIRWING:_PatrolPointMarkerText(point, Text)
|
function AIRWING:_PatrolPointMarkerText(point, Text)
|
||||||
|
|
||||||
local text=string.format("%s Occupied=%d, \nheading=%03d, leg=%d NM, alt=%d ft, speed=%d kts",
|
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
|
return text
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user