Added an option to hide stat tracker debug messages

This commit is contained in:
Lucas Nicodemus 2012-05-29 20:24:17 -06:00
parent 7f5ee044c9
commit 7eab1b55d3
2 changed files with 4 additions and 1 deletions

View file

@ -239,6 +239,8 @@ namespace TShockAPI
[Description("Displays chat messages above players' heads, but will disable chat prefixes to compensate.")] public
bool EnableChatAboveHeads = false;
[Description("Hide stat tracker console messages.")] public bool HideStatTrackerDebugMessages = true;
/// <summary>
/// Reads a configuration file from a given path
/// </summary>