Group Set progresss

need to fix some bugs still
This commit is contained in:
FlightControl
2016-06-07 00:32:53 +02:00
parent bf7422716c
commit 2565939889
75 changed files with 1931 additions and 37444 deletions

View File

@@ -473,12 +473,6 @@ function SPAWN:SpawnWithIndex( SpawnIndex )
end
self.SpawnGroups[self.SpawnIndex].Spawned = true
local SpawnGroup = self.SpawnGroups[self.SpawnIndex].Group -- Group#GROUP
local Route = SpawnGroup:GetTaskRoute()
SpawnGroup:Route(Route)
return self.SpawnGroups[self.SpawnIndex].Group
else
--self:E( { self.SpawnTemplatePrefix, "No more Groups to Spawn:", SpawnIndex, self.SpawnMaxGroups } )