* minor fixes

This commit is contained in:
Applevangelist
2022-12-01 13:23:57 +01:00
parent 2a4d339ff3
commit 3281b669ae
2 changed files with 2 additions and 2 deletions

View File

@@ -3492,7 +3492,7 @@ function RAT:Status(message, forID)
local fuel=group:GetFuel()*100.0
local airborne=group:InAir()
local coords=group:GetCoordinate()
local alt=coords.y
local alt=coords.y or 1000
--local vel=group:GetVelocityKMH()
local departure=ratcraft.departure:GetName()
local destination=ratcraft.destination:GetName()