Added Event Reset for SPAWN, GROUP and UNIT on SPAWN:ReSpawn()

This commit is contained in:
FlightControl
2017-04-11 08:19:06 +02:00
parent 321a33f0f6
commit 51c1da3557
5 changed files with 59 additions and 32 deletions

View File

@@ -759,6 +759,8 @@ function SPAWN:ReSpawn( SpawnIndex )
SpawnGroup:ReSpawnFunction()
end
SpawnGroup:ResetEvents()
return SpawnGroup
end