AUFTRAG fix

This commit is contained in:
Frank
2026-08-08 09:45:53 +02:00
parent 92bc0389d3
commit 7026a94301
2 changed files with 4 additions and 1 deletions
@@ -1882,6 +1882,8 @@ function COMMANDER:RecruitAssetsForMission(Mission)
-- Recruite assets.
local recruited, assets, legions=LEGION.RecruitCohortAssets(Cohorts, Mission.type, Mission.alert5MissionType, NreqMin, NreqMax, TargetVec2, Payloads,
Mission.engageRange, Mission.refuelSystem, nil, nil, MaxWeight, nil, Mission.attributes, Mission.properties, {Mission.engageWeaponType})
self:T(self.lid..string.format("Recruited=%s Nassets=%d", tostring(recruited), #assets))
return recruited, assets, legions
end