Update Chief.lua

- Added unsupported mission type for OPSZONE to error log output
This commit is contained in:
Frank 2024-07-06 21:51:20 +02:00
parent ead7844e5f
commit 6f3d9a497a

View File

@ -3240,7 +3240,7 @@ function CHIEF:RecruitAssetsForZone(StratZone, Resource)
else
-- Mission not supported.
self:E(self.lid..string.format("ERROR: Mission type not supported for OPSZONE! Unrecruiting assets..."))
self:E(self.lid..string.format("ERROR: Mission type %s not supported for OPSZONE! Unrecruiting assets...", tostring(MissionType)))
LEGION.UnRecruitAssets(assets)
return false