Check tile thresholds and banned items every second instead of every update.
Increase tile threshold to accommodate for ^.
This commit is contained in:
parent
c4efc96303
commit
37d30cd49e
2 changed files with 31 additions and 22 deletions
|
|
@ -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) ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue