mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-08-12 16:57:50 +00:00
Merge branch 'develop' into FF/Fox2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user