mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-21 11:53:30 +00:00
Typo bug fix
This commit is contained in:
@@ -1267,7 +1267,7 @@ function RECOVERYTANKER:OnEventLand(EventData)
|
|||||||
local airbase=nil --Wrapper.Airbase#AIRBASE
|
local airbase=nil --Wrapper.Airbase#AIRBASE
|
||||||
local airbasename="unknown"
|
local airbasename="unknown"
|
||||||
if EventData.Place then
|
if EventData.Place then
|
||||||
airbase=EventData.Plase
|
airbase=EventData.Place
|
||||||
airbasename=airbase:GetName()
|
airbasename=airbase:GetName()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user