Re-add Stat Tracker. Disabled while we set up the backend.

This commit is contained in:
Zack Piispanen 2013-11-06 23:41:50 -05:00
parent f527e02932
commit bd2f98c203
3 changed files with 87 additions and 3 deletions

View file

@ -70,6 +70,7 @@ namespace TShockAPI
public static SecureRest RestApi;
public static RestManager RestManager;
public static Utils Utils = Utils.Instance;
public static StatTracker StatTracker;
/// <summary>
/// Used for implementing REST Tokens prior to the REST system starting up.
/// </summary>
@ -596,8 +597,6 @@ namespace TShockAPI
Lighting.lightMode = 2;
FixChestStacks();
}
private void FixChestStacks()