Fix startup error with Halloween 2016, remove extra debug line
This commit is contained in:
parent
278f17b34d
commit
c5e4f8bd38
@ -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;
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user