- COMMANDER and LEGION clean up of obsolete stuff for recruiting assets.
This commit is contained in:
Frank
2021-09-06 23:40:58 +02:00
parent 81120abfcb
commit bdf13f29f7
3 changed files with 12 additions and 206 deletions

View File

@@ -3355,7 +3355,7 @@ function OPSGROUP:onafterTaskExecute(From, Event, To, Task)
local Speed=UTILS.KmphToKnots(Task.dcstask.params.speed or self.speedCruise)
local Altitude=Task.dcstask.params.altitude and UTILS.MetersToFeet(Task.dcstask.params.altitude) or nil
Coordinate:MarkToAll("Recon Waypoint Execute")
--Coordinate:MarkToAll("Recon Waypoint Execute")
local currUID=self:GetWaypointCurrent().uid
@@ -4448,7 +4448,7 @@ function OPSGROUP:onafterPassingWaypoint(From, Event, To, Waypoint)
local Altitude=task.dcstask.params.altitude and UTILS.MetersToFeet(task.dcstask.params.altitude) or nil
-- Debug.
Coordinate:MarkToAll("Recon Waypoint n="..tostring(n))
--Coordinate:MarkToAll("Recon Waypoint n="..tostring(n))
local currUID=self:GetWaypointCurrent().uid