diff --git a/TShockAPI/Configuration/TShockConfig.cs b/TShockAPI/Configuration/TShockConfig.cs index e7ba55ab..54ce26a2 100644 --- a/TShockAPI/Configuration/TShockConfig.cs +++ b/TShockAPI/Configuration/TShockConfig.cs @@ -127,7 +127,7 @@ namespace TShockAPI.Configuration /// Enable or disable anti-cheat range checks based on distance between the player and their block placements. [Description("Enable or disable anti-cheat range checks based on distance between the player and their block placements.")] - public bool RangeChecks = true; + public bool RangeChecks; /// Prevents non-hardcore players from connecting. [Description("Prevents non-hardcore players from connecting.")]