Skip to content

Commit 3f5c287

Browse files
committed
Turn off RangeChecks by default
Server operators can opt-in to more security later.
1 parent 10558a0 commit 3f5c287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TShockAPI/Configuration/TShockConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public class TShockSettings
127127

128128
/// <summary>Enable or disable anti-cheat range checks based on distance between the player and their block placements.</summary>
129129
[Description("Enable or disable anti-cheat range checks based on distance between the player and their block placements.")]
130-
public bool RangeChecks = true;
130+
public bool RangeChecks;
131131

132132
/// <summary>Prevents non-hardcore players from connecting.</summary>
133133
[Description("Prevents non-hardcore players from connecting.")]

0 commit comments

Comments
 (0)