We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10558a0 commit 3f5c287Copy full SHA for 3f5c287
TShockAPI/Configuration/TShockConfig.cs
@@ -127,7 +127,7 @@ public class TShockSettings
127
128
/// <summary>Enable or disable anti-cheat range checks based on distance between the player and their block placements.</summary>
129
[Description("Enable or disable anti-cheat range checks based on distance between the player and their block placements.")]
130
- public bool RangeChecks = true;
+ public bool RangeChecks;
131
132
/// <summary>Prevents non-hardcore players from connecting.</summary>
133
[Description("Prevents non-hardcore players from connecting.")]
0 commit comments