Changed confusing MovePlayerPacket field name to be consistent with other packets

This commit is contained in:
Dylan K. Taylor
2017-10-10 21:56:17 +01:00
parent 76469e1d5f
commit 287f08cbd1
2 changed files with 7 additions and 7 deletions

View File

@ -3631,8 +3631,8 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
$pk = new MovePlayerPacket();
$pk->entityRuntimeId = $this->getId();
$pk->position = $this->getOffsetPosition($pos);
$pk->bodyYaw = $yaw;
$pk->pitch = $pitch;
$pk->headYaw = $yaw;
$pk->yaw = $yaw;
$pk->mode = $mode;