mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 19:30:51 -07:00
Building loop cleanup
This commit is contained in:
parent
03d99cb05a
commit
f85aaed323
12 changed files with 55 additions and 254 deletions
|
|
@ -913,7 +913,7 @@ public class ApplicationTests{
|
|||
if(state.rules.attackMode){
|
||||
bossWave = 100;
|
||||
}else{
|
||||
//assertNotEquals(0, bossWave, "Sector " + zone.name + " doesn't have a boss/end wave.");
|
||||
assertNotEquals(0, bossWave, "Sector " + zone.name + " doesn't have a boss/end wave.");
|
||||
}
|
||||
|
||||
if(state.rules.winWave > 0) bossWave = state.rules.winWave - 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue