mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-15 19:30:51 -07:00
Minor cleanup / Tick reset fix
This commit is contained in:
parent
7cc0cbb132
commit
03d99cb05a
25 changed files with 200 additions and 194 deletions
|
|
@ -913,7 +913,7 @@ public class ApplicationTests{
|
|||
if(state.rules.attackMode){
|
||||
bossWave = 100;
|
||||
}else{
|
||||
assertNotEquals(0, bossWave, "Sector 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