Skip to content

Commit

Permalink
Remove line used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jchung01 committed Apr 11, 2024
1 parent b1126d4 commit 97516f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public static void onLoadComplete()
{
if (UTConfigTweaks.PERFORMANCE.ENTITY_RADIUS_CHECK.utReduceSearchSizeToggle) initSearchTargets();
if (UTConfigTweaks.PERFORMANCE.ENTITY_RADIUS_CHECK.utLessCollisionsToggle) initCollisionTargets();
World.MAX_ENTITY_RADIUS = 200;
}

public static void initSearchTargets()
Expand Down

0 comments on commit 97516f6

Please sign in to comment.