mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-04 06:31:42 +07:00
Fixed wrong landing core
This commit is contained in:
parent
3d456672b5
commit
e66ac1a6f7
@ -77,7 +77,9 @@ public class FileMapGenerator implements WorldGenerator{
|
||||
}
|
||||
|
||||
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;
|
||||
|
||||
if(preset.addStartingItems){
|
||||
|
Loading…
Reference in New Issue
Block a user