Hotfix 2.2.3

* Fixed a problem in AI_A2A_DISPATCHER, patrols didn't work anymore due
to a stupid mistake in a variable rename (sorry). Fixed now.
This commit is contained in:
FlightControl_Master 2017-10-10 11:52:30 +02:00
parent 305cb3092e
commit 58e3e5293e

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 )