diff --git a/src/item/Bow.php b/src/item/Bow.php index 673c696b7..98a43b00b 100644 --- a/src/item/Bow.php +++ b/src/item/Bow.php @@ -57,7 +57,6 @@ class Bow extends Tool{ ($location->yaw > 180 ? 360 : 0) - $location->yaw, -$location->pitch ); - $nbt->setShort("Fire", $player->isOnFire() ? 45 * 60 : 0); $diff = $player->getItemUseDuration(); $p = $diff / 20;