Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Feb 3, 2025
1 parent 2e77462 commit db0ef93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Server/Components/NPCs/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,8 @@ inline IVehicle* getClosestVehicleInBetween(IVehiclesComponent* vehicles, const

// Is the vehicle on the ray
if (getDistanceFromRayToPoint(hitOrigin, hitTarget, pos) > MAX_HIT_RADIUS_VEHICLE)
{ //Don't use MAX_HIT_RADIUS
{
//Don't use MAX_HIT_RADIUS
continue;
}

Expand Down

0 comments on commit db0ef93

Please sign in to comment.