Fixed serious spawn prevention issue.

This commit is contained in:
garbagemule
2012-03-11 15:54:34 +01:00
parent f0e0419ebd
commit da0f028106
3 changed files with 1 additions and 4 deletions
@@ -248,9 +248,6 @@ public class ArenaListener
public void onCreatureSpawn(CreatureSpawnEvent event) {
if (!arena.getRegion().contains(event.getLocation())) {
if (!event.isCancelled()) {
event.setCancelled(!allowMonsters);
}
return;
}