diff --git a/src/Player.php b/src/Player.php index 30cb47ea8..87572c40e 100644 --- a/src/Player.php +++ b/src/Player.php @@ -1495,7 +1495,7 @@ class Player{ $this->teleport($this->lastCorrect, $this->entity->yaw, $this->entity->pitch, false); } }else{ - $this->entity->setPosition($this->entity, $packet->yaw, $packet->pitch); + $this->entity->setPosition($this->entity, $packet->yaw, $this->entity->pitch); } } break;