Merge branch 'develop' into FF/Fox2

This commit is contained in:
Frank
2020-02-26 21:12:33 +01:00
7 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -1003,7 +1003,7 @@ function AIRBASE:CheckOnRunWay(group, radius, despawn)
radius=radius or 50
-- We only check at real airbases (not FARPS or ships).
if self:GetDesc().category~=Airbase.Category.AIRDROME then
if self:GetAirbaseCategory()~=Airbase.Category.AIRDROME then
return false
end