mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
Merge commit 'a67d2ae978ecae234c3e46b5ac0f8f0dc99e85a7'
# Conflicts: # resources/vanilla # src/pocketmine/item/Bow.php
This commit is contained in:
commit
5b82bd4fad
@ -57,7 +57,6 @@ class Bow extends Tool{
|
|||||||
($location->yaw > 180 ? 360 : 0) - $location->yaw,
|
($location->yaw > 180 ? 360 : 0) - $location->yaw,
|
||||||
-$location->pitch
|
-$location->pitch
|
||||||
);
|
);
|
||||||
$nbt->setShort("Fire", $player->isOnFire() ? 45 * 60 : 0);
|
|
||||||
|
|
||||||
$diff = $player->getItemUseDuration();
|
$diff = $player->getItemUseDuration();
|
||||||
$p = $diff / 20;
|
$p = $diff / 20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user