OPS Operation

This commit is contained in:
Frank
2022-06-29 22:25:08 +02:00
parent 638f261bf4
commit 8dd850d685
3 changed files with 654 additions and 276 deletions

View File

@@ -4474,7 +4474,7 @@ function AUFTRAG:onafterCancel(From, Event, To)
else
-- Debug info.
self:T(self.lid..string.format("No legion, commander or chief. Attached flights will cancel the mission on their own. Will wait for mission DONE before evaluation!"))
self:T(self.lid..string.format("No legion, commander or chief. Attached groups will cancel the mission on their own. Will wait for mission DONE before evaluation!"))
-- Loop over all groups.
for _,_groupdata in pairs(self.groupdata or {}) do