diff --git a/src/Player.php b/src/Player.php index 3fd8b3885..ddcf892df 100644 --- a/src/Player.php +++ b/src/Player.php @@ -851,7 +851,6 @@ class Player{ if($data["entity"]->hand == 276) { // diamond sword $harmamount = $harmamount + 6; } - } $this->server->api->entity->harm($data["target"], $harmamount, $this->eid); } }