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