Fixed wrong landing core
This commit is contained in:
@@ -77,7 +77,9 @@ public class FileMapGenerator implements WorldGenerator{
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(tile.isCenter() && tile.block() instanceof CoreBlock && tile.team() == state.rules.defaultTeam && !anyCores){
|
if(tile.isCenter() && tile.block() instanceof CoreBlock && tile.team() == state.rules.defaultTeam && !anyCores){
|
||||||
Schematics.placeLaunchLoadout(tile.x, tile.y);
|
if(sector != null && sector.allowLaunchLoadout()){
|
||||||
|
Schematics.placeLaunchLoadout(tile.x, tile.y);
|
||||||
|
}
|
||||||
anyCores = true;
|
anyCores = true;
|
||||||
|
|
||||||
if(preset.addStartingItems){
|
if(preset.addStartingItems){
|
||||||
|
|||||||
Reference in New Issue
Block a user