mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge pull request #1212 from FlightControl-Master/FF/Develop
COORDINATE
This commit is contained in:
commit
c7c371dc34
@ -1269,7 +1269,7 @@ do -- COORDINATE
|
|||||||
for _,_airbase in pairs(airbases) do
|
for _,_airbase in pairs(airbases) do
|
||||||
local airbase=_airbase --Wrapper.Airbase#AIRBASE
|
local airbase=_airbase --Wrapper.Airbase#AIRBASE
|
||||||
if airbase then
|
if airbase then
|
||||||
local category=airbase:GetCategory()
|
local category=airbase:GetAirbaseCategory()
|
||||||
if Category and Category==category or Category==nil then
|
if Category and Category==category or Category==nil then
|
||||||
|
|
||||||
-- Distance to airbase.
|
-- Distance to airbase.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user