This commit is contained in:
Eric Stokes 2011-11-21 21:55:28 -07:00
parent 61bed8e72d
commit 25be687762

View File

@ -75,7 +75,7 @@ public class MVEntityListener extends EntityListener {
Player player = (Player) defender;
World w = player.getWorld();
if (!this.worldManager.isMVWorld(w.getName())) {
if (w == null || !this.worldManager.isMVWorld(w.getName())) {
// if the world is not handled, we don't care
return;
}