Fixed some corrupted states, probably fixed most invisible players cases

This commit is contained in:
Shoghi Cervantes
2015-06-04 15:46:57 +02:00
parent 14ff537e71
commit 05dbf7b47f
3 changed files with 6 additions and 7 deletions

View File

@ -1750,7 +1750,7 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
$this->dataPacket($pk->setChannel(Network::CHANNEL_PRIORITY));
}
$this->teleportPosition = $this->getPosition();
$this->forceMovement = $this->teleportPosition = $this->getPosition();
$this->orderChunks();
$this->sendNextChunk();