Skip to content

Commit 428ca28

Browse files
committed
Lower GROUND_TARGET_SNAP_MAX_DISTANCE default value
1 parent e8889f7 commit 428ca28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GameServer/serverproperty/ServerProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2199,7 +2199,7 @@ public static void InitProperties()
21992199
[ServerProperty("classes", "volley_roof_check", "Enables roof obstruction checks for Volley", false)]
22002200
public static bool VOLLEY_ROOF_CHECK;
22012201

2202-
[ServerProperty("classes", "ground_target_snap_max_distance", "Max snap distance for ground-targets onto a walkable surface. Failed checks invalidate the ground target. (0 = disabled)", 32f)]
2202+
[ServerProperty("classes", "ground_target_snap_max_distance", "Max snap distance for ground-targets onto a walkable surface. Failed checks invalidate the ground target. (0 = disabled)", 16f)]
22032203
public static float GROUND_TARGET_SNAP_MAX_DISTANCE;
22042204

22052205
#endregion

0 commit comments

Comments
 (0)