mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
parity: burning players no longer shoot burning arrows (#3509)
this behaviour doesn't exist in vanilla.
This commit is contained in:
parent
089180fef4
commit
a67d2ae978
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user