Fix carrier group generation

This commit is contained in:
RndName 2022-11-22 16:12:04 +01:00
parent e53dc5b80b
commit eb997db703

View File

@ -412,8 +412,8 @@ class GenericCarrierGenerator(GroundObjectGenerator):
ship_units.append(unit)
if not ship_units:
# Empty array (no alive units), stop here
return
# No alive units in this group, continue with next group
continue
ship_group = self.create_ship_group(group.group_name, ship_units, atc)