added new log line for cap units at airbase
This commit is contained in:
@@ -71,7 +71,7 @@ function CapBase:new(airbaseId, database, logger, capConfig, stageConfig)
|
|||||||
capGroup:AddOnStateUpdatedListener(o)
|
capGroup:AddOnStateUpdatedListener(o)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
logger:info("" .. airbaseId .. "has a total of " .. Spearhead.Util.tableLength(o.groupsByName) .. "cap flights registered")
|
logger:info("Airbase with Id '" .. airbaseId .. "' has a total of " .. Spearhead.Util.tableLength(o.groupsByName) .. "cap flights registered")
|
||||||
|
|
||||||
o.SpawnIfApplicable = function(self)
|
o.SpawnIfApplicable = function(self)
|
||||||
self.logger:debug("Check spawns for airbase " .. self.airbaseId )
|
self.logger:debug("Check spawns for airbase " .. self.airbaseId )
|
||||||
|
|||||||
Reference in New Issue
Block a user