Re-enable stat tracker
This commit is contained in:
parent
e2eb659d62
commit
4cb36c4e37
2 changed files with 3 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue