mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/master' into branch
# Conflicts: # Moose Development/Moose/Functional/ATC_Ground.lua
This commit is contained in:
@@ -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
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user