Fix startup error with Halloween 2016, remove extra debug line

This commit is contained in:
Dan Mulloy 2017-10-07 16:11:12 -04:00
parent 278f17b34d
commit c5e4f8bd38
2 changed files with 5 additions and 3 deletions

View File

@ -288,7 +288,9 @@ public class Halloween extends SoloGame
System.out.println("Update Boss Shield Orbit: " + UtilTime.convertString(updateBossN, 4, TimeUnit.MILLISECONDS));
System.out.println("Update Boss Shield Spawn: " + UtilTime.convertString(updateBossO, 4, TimeUnit.MILLISECONDS));
}
System.out.println("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
if (debug || bossDebug)
System.out.println("-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-");
total = 0;
move = 0;

View File

@ -126,11 +126,11 @@ public class Halloween2016 extends Halloween
doVoices = false;
new CompassModule()
/* new CompassModule()
.setGiveCompass(true)
.setGiveCompassToSpecs(true)
.setGiveCompassToAlive(false)
.register(this);
.register(this); */
}
public void setObjective(String objective)