This commit is contained in:
Frank
2020-02-26 20:44:35 +01:00
parent 48d99a19c5
commit f258e9263e
7 changed files with 31 additions and 15 deletions

View File

@@ -952,7 +952,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