mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Send in the correct channel
This commit is contained in:
parent
fbdbac06cc
commit
5942cafa53
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user