- Fixed bug in parking spot distance for ships.
- Added enroute  anti-ship task for anti-ship missions.
This commit is contained in:
Frank
2022-07-18 22:59:49 +02:00
parent f23416dfb8
commit 888734b7d1
5 changed files with 81 additions and 11 deletions

View File

@@ -3595,7 +3595,7 @@ function OPSGROUP:PushTask(DCSTask)
text=text..string.format("\n[%d] %s", i, tostring(task.id))
end
end
self:T(self.lid..text)
self:T(self.lid..text)
end
return self
@@ -3756,6 +3756,7 @@ function OPSGROUP:AddTaskEnroute(task)
end
if not gotit then
self:T(self.lid..string.format("Adding enroute task"))
table.insert(self.taskenroute, task)
end