diff --git a/src/CorrectPlayerMovePredictionPacket.php b/src/CorrectPlayerMovePredictionPacket.php index 0449169e..9968c2bf 100644 --- a/src/CorrectPlayerMovePredictionPacket.php +++ b/src/CorrectPlayerMovePredictionPacket.php @@ -42,7 +42,6 @@ public static function create(Vector3 $position, Vector3 $delta, bool $onGround, $result->tick = $tick; $result->predictionType = $predictionType; $result->vehicleRotation = $vehicleRotation; - return $result; }