From 5942cafa537ab2fa0e3e1126d2499d0a4a24e873 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Sun, 26 Apr 2015 23:11:07 +0200 Subject: [PATCH] Send in the correct channel --- src/pocketmine/Player.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/Player.php b/src/pocketmine/Player.php index df964d286..b1b069526 100644 --- a/src/pocketmine/Player.php +++ b/src/pocketmine/Player.php @@ -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->teleportPosition = null;