mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-28 05:25:42 +01:00
Made suiciding through the /kill command not reliant on pvp being allowed.
This commit is contained in:
parent
8ea590bbcc
commit
26bd45c233
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user