mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Send in the correct channel
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user