mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
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:
@@ -303,7 +303,7 @@ function AI_A2A_PATROL:onafterPatrol( AIPatrol, From, Event, To )
|
|||||||
|
|
||||||
self:__Route( 1 )
|
self:__Route( 1 )
|
||||||
|
|
||||||
self.AIPatrol:OnReSpawn(
|
AIPatrol:OnReSpawn(
|
||||||
function( PatrolGroup )
|
function( PatrolGroup )
|
||||||
self:E( "ReSpawn" )
|
self:E( "ReSpawn" )
|
||||||
self:__Reset( 1 )
|
self:__Reset( 1 )
|
||||||
|
|||||||
Reference in New Issue
Block a user