mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Chief.lua
- Added unsupported mission type for OPSZONE to error log output
This commit is contained in:
parent
ead7844e5f
commit
6f3d9a497a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user