This commit is contained in:
Applevangelist
2023-06-01 10:02:51 +02:00
parent f7acbc3928
commit dd7a883a33
3 changed files with 16 additions and 2 deletions

View File

@@ -1124,7 +1124,7 @@ end
-- @param #string AirbaseName Name of the airbase.
-- @return #number Category.
function DATABASE:GetCategoryFromAirbase( AirbaseName )
return self.AIRBASES[AirbaseName]:GetCategory()
return self.AIRBASES[AirbaseName]:GetAirbaseCategory()
end