Fix for Delta, hopefully solves error in Event Handling.

This commit is contained in:
FlightControl
2017-02-14 16:55:02 +01:00
parent fcf011a6f4
commit 3473076814
94 changed files with 11 additions and 11 deletions

View File

@@ -601,7 +601,7 @@ function AI_PATROL_ZONE:onafterStart( Controllable, From, Event, To )
self.Controllable:OnReSpawn(
function( PatrolGroup )
self:E( "ReSpawn" )
self:__Reset()
self:__Reset( 1 )
self:__Route( 5 )
end
)