mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-05 18:30:22 -08:00
Fixed extra core in map submission
This commit is contained in:
parent
bf051fa7bc
commit
7a6f6c84dd
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -942,7 +942,7 @@ public class ApplicationTests{
|
|||
}
|
||||
}
|
||||
|
||||
assertEquals(1, Team.sharded.cores().size, "Sector must have one core: " + zone);
|
||||
assertEquals(1, Team.sharded.cores().size, "Sector must have one core: " + zone + " (" + Team.sharded.cores() + ")");
|
||||
|
||||
assertTrue(hasSpawnPoint, "Sector \"" + zone.name + "\" has no spawn points.");
|
||||
assertTrue(spawner.countSpawns() > 0 || (state.rules.attackMode && state.rules.waveTeam.data().hasCore()), "Sector \"" + zone.name + "\" has no enemy spawn points: " + spawner.countSpawns());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue