- Fixed bug task for recoverytanker mission
- Improved capturezone auftrag
This commit is contained in:
Frank
2022-12-31 12:35:48 +01:00
parent 3834991e6a
commit 9a949c02c5
4 changed files with 23 additions and 6 deletions

View File

@@ -4438,8 +4438,8 @@ function OPSGROUP:_UpdateTask(Task, Mission)
self:EngageTarget(targetgroup)
else
-- Error Message.
self:E(self.lid..string.format("ERROR: Current zone not captured but no target group could be found. This should NOT happen!"))
-- Debug info.
self:T(self.lid..string.format("Zone %s not captured but no target group could be found. Should be captured in the next zone evaluation.", zoneCurr:GetName()))
end
else