mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Wave spawner moved / Bundle tweaks / Blank name
This commit is contained in:
parent
e5d6740555
commit
66c29c49e5
10 changed files with 139 additions and 126 deletions
|
|
@ -46,7 +46,7 @@ public class SectorTests{
|
|||
* This is achieved by adding at least one mission which defines a spawn point.
|
||||
*/
|
||||
@Test
|
||||
void test_sectorHasACore(){
|
||||
void sectorHasACore(){
|
||||
for(SectorPresets.SectorPreset preset : this.presets.getPresets().values()){
|
||||
assertTrue(spawnPointIsDefined(preset.missions), "Sector at (" + preset.x + "|" + preset.y + ") contains no missions which define a spawn point. Add a battle or wave mission.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue