Reverted some trial and error code to solve BUG in 1.5.3.

I accidentally published this code, but shouldn't have done that. Now,
it is back removed. The DCS Bug with ground troops is still in DCS.
This commit is contained in:
FlightControl
2016-06-07 08:50:22 +02:00
parent 431ec0c236
commit 444304e57e
17 changed files with 2 additions and 17 deletions

View File

@@ -474,11 +474,6 @@ function SPAWN:SpawnWithIndex( SpawnIndex )
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 } )