Tile threshold can now be set in config.

This commit is contained in:
Deathmax 2011-06-23 17:36:19 +08:00
parent df1cbab1f5
commit 8037fd67db
3 changed files with 6 additions and 2 deletions

View file

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