From 3c653f0ff7e1669e3379a5f09b7d1e24b0ff7d93 Mon Sep 17 00:00:00 2001 From: Zidonuke Date: Tue, 20 Dec 2011 00:47:49 -0500 Subject: [PATCH] Remove useless configs. --- TShockAPI/ConfigFile.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 78c54d94..6c6c28dd 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -111,8 +111,6 @@ namespace TShockAPI [Description("")] public string MySqlPassword = ""; [Description("")] - public string ExplosiveAbuseReason = "Throwing an explosive device."; - [Description("")] public string MediumcoreBanReason = "Death results in a ban"; [Description("")] public string MediumcoreKickReason = "Death results in a kick"; @@ -170,9 +168,6 @@ namespace TShockAPI [Description("Some tiles are 'fixed' by not letting TShock handle them. Disabling this may break certain asthetic tiles.")] public bool EnableInsecureTileFixes = true; - [Description("Some weapons override the range checks, however malicious users can take advantage of this and send lots of packets of certain types. Disabling this will turn off weapons that affect this.")] - public bool EnableRangeCheckOverrides = true; - [Description("Kicks users using a proxy as identified with the GeoIP database")] public bool KickProxyUsers = true;