mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
AIBalancer, identified the problem now ...
- still need to fix it :-)
This commit is contained in:
@@ -1518,7 +1518,7 @@ function SPAWN:_SpawnCleanUpScheduler()
|
||||
self:F( { "CleanUp Scheduler:", self.SpawnTemplatePrefix } )
|
||||
|
||||
local SpawnGroup, SpawnCursor = self:GetFirstAliveGroup()
|
||||
self:T( { "CleanUp Scheduler:", SpawnGroup } )
|
||||
self:T( { "CleanUp Scheduler:", SpawnGroup, SpawnCursor } )
|
||||
|
||||
while SpawnGroup do
|
||||
|
||||
@@ -1568,7 +1568,7 @@ function SPAWN:_SpawnCleanUpScheduler()
|
||||
|
||||
SpawnGroup, SpawnCursor = self:GetNextAliveGroup( SpawnCursor )
|
||||
|
||||
self:T( { "CleanUp Scheduler:", SpawnGroup } )
|
||||
self:T( { "CleanUp Scheduler:", SpawnGroup, SpawnCursor } )
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user