#ATC_GROUND

This commit is contained in:
Applevangelist 2025-02-17 08:35:25 +01:00
parent cea2f18228
commit a49bd23a2a

View File

@ -457,7 +457,7 @@ function ATC_GROUND_UNIVERSAL:New(AirbaseList)
for _,_name in pairs(AirbaseList) do
-- DONE exclude FARPS and Ships
local airbase = _DATABASE:FindAirbase(_name)
if airbase and airbase.isAirdrome == true then
if airbase and (airbase.isAirdrome == true) then
self.Airbases[_name]={}
end
end