Now the task routing is also working towards the capture zones.

This commit is contained in:
FlightControl
2019-03-07 09:54:15 +01:00
parent 23f92e49dd
commit 0af9e57b82
2 changed files with 14 additions and 9 deletions

View File

@@ -167,7 +167,7 @@ do -- ACT_ASSIGN_ACCEPT
-- @param #string Event
-- @param #string From
-- @param #string To
function ACT_ASSIGN_ACCEPT:onenterAssigned( ProcessUnit, Task, From, Event, To )
function ACT_ASSIGN_ACCEPT:onenterAssigned( ProcessUnit, Task, From, Event, To, TaskGroup )
self.Task:Assign( ProcessUnit, ProcessUnit:GetPlayerName() )
end