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:
parent
22f6cb8ecb
commit
2dc231eb9e
@ -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
|
||||
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
|
||||
local RU_PlanesClientSet = SET_CLIENT:New():FilterCountries( "RUSSIA" ):FilterCategories( "plane" ):FilterStart()
|
||||
local RU_PlanesSpawn = SPAWN:New( "AI RU" ):InitCleanUp( 20 )
|
||||
local RU_AIBalancer = AIBALANCER:New( RU_PlanesClientSet, RU_PlanesSpawn )
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user