Fixed map rule loadouts not applying on Erekir

This commit is contained in:
Anuken
2022-10-03 16:05:17 -04:00
parent 975384d3b1
commit eb1192cdbe
2 changed files with 4 additions and 2 deletions
@@ -82,7 +82,8 @@ public class FileMapGenerator implements WorldGenerator{
}
anyCores = true;
if(preset.addStartingItems){
if(preset.addStartingItems || !preset.planet.allowLaunchLoadout){
tile.build.items.clear();
tile.build.items.add(state.rules.loadout);
}
}