Check tile thresholds and banned items every second instead of every update.

Increase tile threshold to accommodate for ^.
This commit is contained in:
Deathmax 2011-07-14 15:46:40 +08:00
parent c4efc96303
commit 37d30cd49e
2 changed files with 31 additions and 22 deletions

View file

@ -46,7 +46,7 @@ namespace TShockAPI
public bool RangeChecks = true;
public bool SpamChecks = false;
public bool DisableBuild = false;
public int TileThreshold = 20;
public int TileThreshold = 60;
public float[] AdminChatRGB = { 255, 0, 0 };
public string AdminChatPrefix = "(Admin) ";