Re-enable stat tracker

This commit is contained in:
Lucas Nicodemus 2015-02-28 16:27:38 -07:00
parent e2eb659d62
commit 4cb36c4e37
2 changed files with 3 additions and 1 deletions

View file

@ -74,6 +74,7 @@ namespace TShockAPI
public static SecureRest RestApi;
public static RestManager RestManager;
public static Utils Utils = Utils.Instance;
public static StatTracker StatTracker = new StatTracker();
public static UpdateManager UpdateManager;
public static ILog Log;
/// <summary>
@ -631,6 +632,7 @@ namespace TShockAPI
FixChestStacks();
UpdateManager = new UpdateManager();
StatTracker.Initialize();
}
private void ComputeMaxStyles()