diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index a91e43204..3885030d9 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -1578,6 +1578,7 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{ $this->lastYaw = $from->yaw; $this->lastPitch = $from->pitch; + $this->setPosition($from); $this->sendPosition($from, $from->yaw, $from->pitch, MovePlayerPacket::MODE_RESET); }else{ if($distanceSquared != 0 and $this->nextChunkOrderRun > 20){