mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 01:09:44 +00:00
PreSpawnPacketHandler: drop useless sending time
this is already sent in StartGamePacket.
This commit is contained in:
parent
4448919a8b
commit
9bebc6c69d
@ -83,8 +83,6 @@ class PreSpawnPacketHandler extends PacketHandler{
|
|||||||
|
|
||||||
$this->player->setImmobile(); //HACK: fix client-side falling pre-spawn
|
$this->player->setImmobile(); //HACK: fix client-side falling pre-spawn
|
||||||
|
|
||||||
$this->player->getWorld()->sendTime($this->player);
|
|
||||||
|
|
||||||
$this->session->syncAttributes($this->player, true);
|
$this->session->syncAttributes($this->player, true);
|
||||||
$this->session->syncAvailableCommands();
|
$this->session->syncAvailableCommands();
|
||||||
$this->session->syncAdventureSettings($this->player);
|
$this->session->syncAdventureSettings($this->player);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user