diff --git a/src/entity/Entity.php b/src/entity/Entity.php index bd496bab5a..6c5aceee16 100644 --- a/src/entity/Entity.php +++ b/src/entity/Entity.php @@ -1442,7 +1442,7 @@ abstract class Entity{ $this->setMotion($this->temporalVector->setComponents(0, 0, 0)); if($this->setPositionAndRotation($pos, $yaw ?? $this->location->yaw, $pitch ?? $this->location->pitch)){ $this->resetFallDistance(); - $this->onGround = true; + $this->setForceMovementUpdate(); $this->updateMovement(true);