Remove useless configs.

This commit is contained in:
Zidonuke 2011-12-20 00:47:49 -05:00
parent 29ac44117f
commit 3c653f0ff7

View file

@ -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;