This commit is contained in:
FlightControl
2017-04-15 12:13:34 +02:00
parent db58a1b922
commit 59d9eb127d
4 changed files with 149 additions and 11 deletions

View File

@@ -216,7 +216,7 @@ function TASK:SetUnitProcess( FsmTemplate )
end
--- Add a PlayerUnit to join the Task.
-- For each Group within the Task, the Unit is check if it can join the Task.
-- For each Group within the Task, the Unit is checked if it can join the Task.
-- If the Unit was not part of the Task, false is returned.
-- If the Unit is part of the Task, true is returned.
-- @param #TASK self
@@ -285,6 +285,7 @@ function TASK:AbortUnit( PlayerUnit )
self:RemoveMenuForGroup( PlayerGroup )
end
self:Abort()
self:PlayerAborted( PlayerUnit )
end
end
end