Fix another sendtilesquare exploit

... removing EnableInsecureTileFixes in the process.
This commit is contained in:
MarioE 2013-10-21 17:22:59 -04:00
parent a81165026c
commit 16093fd9ca
2 changed files with 3 additions and 14 deletions

View file

@ -146,10 +146,6 @@ namespace TShockAPI
[Description("Displays a player's IP on join to everyone who has the log permission.")] public bool DisplayIPToAdmins;
[Description(
"Some tiles are 'fixed' by not letting TShock handle them. Disabling this may break certain aesthetic tiles.")] public
bool EnableInsecureTileFixes = true;
[Description("Kicks users using a proxy as identified with the GeoIP database.")] public bool KickProxyUsers = true;
[Description("Disables hardmode, can't never be activated. Overrides /starthardmode.")] public bool DisableHardmode;