Added EnableAntiLag to ConfigFile.cs
This commit is contained in:
parent
d1e29e1035
commit
a8e55d44e6
2 changed files with 8 additions and 2 deletions
|
|
@ -97,6 +97,8 @@ namespace TShockAPI
|
|||
public bool EnableDNSHostResolution = false;
|
||||
|
||||
public bool EnableBanOnUsernames = false;
|
||||
|
||||
public bool EnableAntiLag = true;
|
||||
public static ConfigFile Read(string path)
|
||||
{
|
||||
if (!File.Exists(path))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue