#FLIGHTGROUP

* Make one is local
This commit is contained in:
Applevangelist 2022-12-30 17:40:10 +01:00
parent d25efe2293
commit 5a44948050

View File

@ -712,7 +712,7 @@ end
-- @param #FLIGHTGROUP self
-- @return #boolean If true, has landed somewhere.
function FLIGHTGROUP:IsLandedAt()
is=self:Is("LandedAt")
local is=self:Is("LandedAt")
return is
end