mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Revert "Fix a really annoying movement bug on player join", close #231
This reverts commit b16f7e4dd5
.
This commit is contained in:
@ -1919,8 +1919,8 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
|
||||
$this->setRotation($packet->yaw, $packet->pitch);
|
||||
$this->newPosition = $newPos;
|
||||
$this->forceMovement = null;
|
||||
}
|
||||
$this->forceMovement = null;
|
||||
|
||||
break;
|
||||
case ProtocolInfo::ADVENTURE_SETTINGS_PACKET:
|
||||
|
Reference in New Issue
Block a user