Send in the correct channel

This commit is contained in:
Shoghi Cervantes 2015-04-26 23:11:07 +02:00
parent fbdbac06cc
commit 5942cafa53

View File

@ -2886,7 +2886,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
} }
} }
$this->sendPosition($this, null, null, 1); $this->sendPosition($this, null, null, 1, Network::CHANNEL_WORLD_CHUNKS);
$this->forceMovement = $this->teleportPosition; $this->forceMovement = $this->teleportPosition;
$this->teleportPosition = null; $this->teleportPosition = null;