Skip to content

Commit

Permalink
fix: remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGrether committed Aug 13, 2024
1 parent 45f036c commit a76d552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CorrectPlayerMovePredictionPacket.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit a76d552

Please sign in to comment.