parity: burning players no longer shoot burning arrows (#3509)

this behaviour doesn't exist in vanilla.
This commit is contained in:
Drew 2020-05-19 05:31:39 -04:00 committed by GitHub
parent 089180fef4
commit a67d2ae978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;