mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-22 23:41:30 +01:00
Fixed spawn-monsters=false bug
This commit is contained in:
parent
d164e43c05
commit
4d5c23aa97
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -178,19 +178,19 @@ public class Arena
|
||||
p.setHealth(20);
|
||||
}
|
||||
|
||||
// Copy the singleWaves Set for polling.
|
||||
singleWavesInstance = new TreeSet<Wave>(singleWaves);
|
||||
|
||||
// Start spawning monsters (must happen before 'running = true;')
|
||||
startSpawning();
|
||||
startBouncingSheep();
|
||||
|
||||
// Set the boolean.
|
||||
running = true;
|
||||
|
||||
// Spawn pets (must happen after 'running = true;')
|
||||
spawnPets();
|
||||
|
||||
// Copy the singleWaves Set.
|
||||
singleWavesInstance = new TreeSet<Wave>(singleWaves);
|
||||
|
||||
// Start spawning monsters.
|
||||
startSpawning();
|
||||
startBouncingSheep();
|
||||
|
||||
// Start logging
|
||||
log = new ArenaLog(plugin, this);
|
||||
log.start();
|
||||
|
Loading…
Reference in New Issue
Block a user