Made suiciding through the /kill command not reliant on pvp being allowed.

This commit is contained in:
EvilSeph 2011-08-15 14:30:27 -04:00
parent 8ea590bbcc
commit 26bd45c233

View File

@ -374,7 +374,7 @@ public final class CraftServer implements Server {
getPluginManager().callEvent(ede);
if (ede.isCancelled()) return true;
player.damage(ede.getDamage(), player);
player.damage(ede.getDamage());
return true;
} else if (commandLine.toLowerCase().startsWith("tell ")) {
if (!player.hasPermission("craftbukkit.command.tell")) {