added new log line for cap units at airbase

This commit is contained in:
2024-10-12 00:29:57 +02:00
parent 7c235eccb5
commit cf32c8705b
4 changed files with 24 additions and 23 deletions
+1
View File
@@ -71,6 +71,7 @@ function CapBase:new(airbaseId, database, logger, capConfig, stageConfig)
capGroup:AddOnStateUpdatedListener(o)
end
end
logger:info("" .. airbaseId .. "has a total of " .. Spearhead.Util.tableLength(o.groupsByName) .. "cap flights registered")
o.SpawnIfApplicable = function(self)
self.logger:debug("Check spawns for airbase " .. self.airbaseId )