mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Typo bug fix
This commit is contained in:
parent
d264c6f6a5
commit
96fe9d51d6
@ -1267,7 +1267,7 @@ function RECOVERYTANKER:OnEventLand(EventData)
|
||||
local airbase=nil --Wrapper.Airbase#AIRBASE
|
||||
local airbasename="unknown"
|
||||
if EventData.Place then
|
||||
airbase=EventData.Plase
|
||||
airbase=EventData.Place
|
||||
airbasename=airbase:GetName()
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user