Hotfix 2.2.3

* Fixed AI_A2A_DISPATCHER; a stupid syntax error due to a variable
rename sneaked into the logic.
This commit is contained in:
FlightControl_Master 2017-10-10 11:50:48 +02:00
parent 0227549207
commit 8eff6493ec

View File

@ -303,7 +303,7 @@ function AI_A2A_PATROL:onafterPatrol( AIPatrol, From, Event, To )
self:__Route( 1 )
self.AIPatrol:OnReSpawn(
AIPatrol:OnReSpawn(
function( PatrolGroup )
self:E( "ReSpawn" )
self:__Reset( 1 )