Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Applevangelist
2024-07-09 11:32:28 +02:00
6 changed files with 102 additions and 3 deletions

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