mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Merge commit '5056754ce'
# Conflicts: # resources/vanilla # src/pocketmine/Player.php
This commit is contained in:
@ -141,7 +141,7 @@ class InGamePacketHandler extends PacketHandler{
|
||||
}
|
||||
|
||||
$this->player->setRotation($yaw, $pitch);
|
||||
$this->player->updateNextPosition($packet->position->subtract(0, 1.62, 0));
|
||||
$this->player->updateNextPosition($packet->position->round(4)->subtract(0, 1.62, 0));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user