From b2a903e07752bc4f707eba941d1d2f2c46f4d59c Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 29 Apr 2020 00:14:44 +0200 Subject: [PATCH] Update AirWing.lua --- Moose Development/Moose/Ops/AirWing.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Ops/AirWing.lua b/Moose Development/Moose/Ops/AirWing.lua index e9a0cedc6..0a0d87093 100644 --- a/Moose Development/Moose/Ops/AirWing.lua +++ b/Moose Development/Moose/Ops/AirWing.lua @@ -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