Bugfix in Escort

This commit is contained in:
FlightControl
2016-04-13 14:20:54 +02:00
parent 0861d6a30c
commit 5b6183aa2b
22 changed files with 0 additions and 13795 deletions

View File

@@ -577,13 +577,6 @@ function ESCORT:RegisterRoute()
local EscortGroup = self.EscortGroup -- Group#GROUP
local TaskPoints = EscortGroup:GetTaskRoute()
for TaskPointID = 1, #TaskPoints do
if TaskPointID > 0 then
--TaskPoint.task.params.tasks[#TaskPoint.task.params.tasks+1] = EscortGroup:TaskRegisterWayPoint( TaskPointID )
TaskPoints[TaskPointID].task = EscortGroup:TaskRegisterWayPoint( TaskPointID )
end
end
self:T( TaskPoints )