Tile threshold can now be set in config.
This commit is contained in:
parent
df1cbab1f5
commit
8037fd67db
3 changed files with 6 additions and 2 deletions
|
|
@ -41,6 +41,7 @@ namespace TShockAPI
|
|||
public bool RangeChecks = true;
|
||||
public bool SpamChecks = false;
|
||||
public bool DisableBuild = false;
|
||||
public int TileThreshold = 20;
|
||||
|
||||
public float[] AdminChatRGB = {255, 0, 0};
|
||||
public string AdminChatPrefix = "(Admin) ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue