This commit is contained in:
Applevangelist 2023-10-14 17:23:26 +02:00
parent 12d23266c3
commit ab197699b6

View File

@ -1555,7 +1555,7 @@ end
--- Get the coalition of the associated airbase.
-- @param #ATIS self
-- @return #number Coalition of the associcated airbase.
-- @return #number Coalition of the associated airbase.
function ATIS:GetCoalition()
local coal = self.airbase and self.airbase:GetCoalition() or nil
return coal