Turn off RangeChecks by default

Server operators can opt-in to more security later.
This commit is contained in:
Lucas Nicodemus 2025-05-25 13:12:29 +09:00
parent 10558a0cf4
commit 3f5c2876a8
No known key found for this signature in database

View file

@ -127,7 +127,7 @@ namespace TShockAPI.Configuration
/// <summary>Enable or disable anti-cheat range checks based on distance between the player and their block placements.</summary> /// <summary>Enable or disable anti-cheat range checks based on distance between the player and their block placements.</summary>
[Description("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;
/// <summary>Prevents non-hardcore players from connecting.</summary> /// <summary>Prevents non-hardcore players from connecting.</summary>
[Description("Prevents non-hardcore players from connecting.")] [Description("Prevents non-hardcore players from connecting.")]