From a76d552c95517f1e4e14fcf10954977256896012 Mon Sep 17 00:00:00 2001 From: Tobias Grether Date: Tue, 13 Aug 2024 16:04:15 +0200 Subject: [PATCH] fix: remove empty line --- src/CorrectPlayerMovePredictionPacket.php | 1 - 1 file changed, 1 deletion(-) 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; }