diff --git a/src/pocketmine/entity/Entity.php b/src/pocketmine/entity/Entity.php index 26027ad80..7d207eacc 100644 --- a/src/pocketmine/entity/Entity.php +++ b/src/pocketmine/entity/Entity.php @@ -1868,7 +1868,7 @@ abstract class Entity extends Location implements Metadatable, EntityIds{ $this->setMotion($this->temporalVector->setComponents(0, 0, 0)); if($this->setPositionAndRotation($pos, $yaw ?? $this->yaw, $pitch ?? $this->pitch)){ $this->resetFallDistance(); - $this->onGround = true; + $this->setForceMovementUpdate(); $this->updateMovement(true);