Remove useless configs.
This commit is contained in:
parent
29ac44117f
commit
3c653f0ff7
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue