Remove broken noclip detection
See the changelog entry for this. Basically, it's worse to keep confirmed broken noclip detection in, even if it detects noclip 90% of the time, because a random hacker can make a better noclip system and just evade it 100% of the time by exploiting holes.
This commit is contained in:
parent
fddd7b53a9
commit
793cfcb842
5 changed files with 1 additions and 78 deletions
|
|
@ -149,9 +149,6 @@ namespace TShockAPI
|
|||
[Description("Prevents you from being disabled by paint abuse detection.")]
|
||||
public static readonly string ignorepaintdetection = "tshock.ignore.paint";
|
||||
|
||||
[Description("Prevents you from being reverted by no clip detection.")]
|
||||
public static readonly string ignorenoclipdetection = "tshock.ignore.noclip";
|
||||
|
||||
[Description("Prevents you from being disabled by stack hack detection.")]
|
||||
public static readonly string ignorestackhackdetection = "tshock.ignore.itemstack";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue