Re-add Stat Tracker. Disabled while we set up the backend.
This commit is contained in:
parent
f527e02932
commit
bd2f98c203
3 changed files with 87 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue