mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
#ATC_GROUND
This commit is contained in:
parent
cea2f18228
commit
a49bd23a2a
@ -457,7 +457,7 @@ function ATC_GROUND_UNIVERSAL:New(AirbaseList)
|
|||||||
for _,_name in pairs(AirbaseList) do
|
for _,_name in pairs(AirbaseList) do
|
||||||
-- DONE exclude FARPS and Ships
|
-- DONE exclude FARPS and Ships
|
||||||
local airbase = _DATABASE:FindAirbase(_name)
|
local airbase = _DATABASE:FindAirbase(_name)
|
||||||
if airbase and airbase.isAirdrome == true then
|
if airbase and (airbase.isAirdrome == true) then
|
||||||
self.Airbases[_name]={}
|
self.Airbases[_name]={}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user