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
@@ -3045,7 +3045,7 @@ end
function WAREHOUSE:GetAirbaseCategory()
local category=-1
if self.airbase then
category=self.airbase:GetDesc().category
category=self.airbase:GetAirbaseCategory()
end
return category
end