diff --git a/src/Player.php b/src/Player.php index a64b66de50..849131c172 100644 --- a/src/Player.php +++ b/src/Player.php @@ -597,7 +597,7 @@ class Player{ $yaw = $this->entity->yaw; } if($pitch === false){ - $pitch = $this->entity->yaw; + $pitch = $this->entity->pitch; } $this->lastCorrect = $pos; $this->entity->fallY = false;