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:
parent
0227549207
commit
8eff6493ec
@ -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 )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user