Fix a really annoying movement bug on player join

This commit is contained in:
Dylan K. Taylor 2016-08-21 15:10:46 +01:00
parent 15b9578245
commit b16f7e4dd5

View File

@ -1885,8 +1885,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::MOB_EQUIPMENT_PACKET: