Merge remote-tracking branch 'origin/stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2020-05-19 11:26:25 +01:00
4 changed files with 6 additions and 13 deletions

View File

@ -59,7 +59,6 @@ class Bow extends Tool{
($player->yaw > 180 ? 360 : 0) - $player->yaw,
-$player->pitch
);
$nbt->setShort("Fire", $player->isOnFire() ? 45 * 60 : 0);
$diff = $player->getItemUseDuration();
$p = $diff / 20;