Fixed unit legs not resetting properly

This commit is contained in:
Anuken
2022-07-14 21:56:29 -04:00
parent 5ce95d7fc7
commit 25e82d927f
3 changed files with 7 additions and 6 deletions

View File

@@ -202,8 +202,8 @@ public class SectorPresets{
rules = r -> {
r.objectives.addAll(
new BuildCountObjective(Blocks.shipFabricator, 1),
new UnitCountObjective(UnitTypes.elude, 1)
new BuildCountObjective(Blocks.shipFabricator, 1),
new UnitCountObjective(UnitTypes.elude, 1)
);
};
}};