Preparing the test mission for users.

This commit is contained in:
FlightControl
2016-04-13 15:36:47 +02:00
parent e4085713b7
commit a0bfe549a7
3 changed files with 0 additions and 11 deletions

View File

@@ -12696,13 +12696,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 )