Revert "Fix a really annoying movement bug on player join", close #231

This reverts commit b16f7e4dd545358f5afef516a299070b5efd05b2.
This commit is contained in:
Dylan K. Taylor 2017-01-09 15:32:10 +00:00
parent 92b85e0f15
commit 6e87a48100

View File

@ -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: