mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-01 06:53:44 +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);
|
getPluginManager().callEvent(ede);
|
||||||
if (ede.isCancelled()) return true;
|
if (ede.isCancelled()) return true;
|
||||||
|
|
||||||
player.damage(ede.getDamage(), player);
|
player.damage(ede.getDamage());
|
||||||
return true;
|
return true;
|
||||||
} else if (commandLine.toLowerCase().startsWith("tell ")) {
|
} else if (commandLine.toLowerCase().startsWith("tell ")) {
|
||||||
if (!player.hasPermission("craftbukkit.command.tell")) {
|
if (!player.hasPermission("craftbukkit.command.tell")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user