Turn off RangeChecks by default
Server operators can opt-in to more security later.
This commit is contained in:
parent
10558a0cf4
commit
3f5c2876a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue