Merge commit 'c3a795e87'

# Conflicts:
#	resources/vanilla
#	src/pocketmine/Player.php
#	src/pocketmine/entity/Entity.php
This commit is contained in:
Dylan K. Taylor
2020-05-31 14:56:37 +01:00
3 changed files with 9 additions and 0 deletions

View File

@@ -665,6 +665,7 @@ class NetworkSession{
$pk->headYaw = $yaw;
$pk->yaw = $yaw;
$pk->mode = $mode;
$pk->onGround = $this->player->onGround;
$this->sendDataPacket($pk);
}