mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Preparing the test mission for users.
This commit is contained in:
parent
e4085713b7
commit
a0bfe549a7
@ -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 )
|
||||
|
||||
|
||||
@ -9,10 +9,6 @@ do
|
||||
local function EventAliveHelicopter( Client )
|
||||
local EscortGroupHeli1 = SpawnEscortHeli:ReSpawn(1)
|
||||
local EscortHeli1 = ESCORT:New( Client, EscortGroupHeli1, "Escort Alpha" )
|
||||
local EscortGroupPlane1 = SpawnEscortPlane:ReSpawn(1)
|
||||
local EscortPlane1 = ESCORT:New( Client, EscortGroupPlane1, "Escort Test Plane" )
|
||||
local EscortGroupGround1 = SpawnEscortGround:ReSpawn(1)
|
||||
local EscortGround1 = ESCORT:New( Client, EscortGroupGround1, "Test Ground" )
|
||||
end
|
||||
|
||||
local function EventAlivePlane( Client )
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user