Remove StatTracker
This commit is contained in:
parent
e5a4f825d2
commit
f188bd743c
1 changed files with 0 additions and 2 deletions
|
|
@ -76,7 +76,6 @@ namespace TShockAPI
|
||||||
public static SecureRest RestApi;
|
public static SecureRest RestApi;
|
||||||
public static RestManager RestManager;
|
public static RestManager RestManager;
|
||||||
public static Utils Utils = Utils.Instance;
|
public static Utils Utils = Utils.Instance;
|
||||||
public static StatTracker StatTracker = new StatTracker();
|
|
||||||
public static UpdateManager UpdateManager;
|
public static UpdateManager UpdateManager;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Used for implementing REST Tokens prior to the REST system starting up.
|
/// Used for implementing REST Tokens prior to the REST system starting up.
|
||||||
|
|
@ -613,7 +612,6 @@ namespace TShockAPI
|
||||||
ComputeMaxStyles();
|
ComputeMaxStyles();
|
||||||
FixChestStacks();
|
FixChestStacks();
|
||||||
|
|
||||||
StatTracker.Initialize();
|
|
||||||
UpdateManager = new UpdateManager();
|
UpdateManager = new UpdateManager();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue