Removed old, crusty stat tracker.
This commit is contained in:
parent
66483e0325
commit
8fb046f5b3
4 changed files with 1 additions and 107 deletions
|
|
@ -69,7 +69,6 @@ namespace TShockAPI
|
|||
public static SecureRest RestApi;
|
||||
public static RestManager RestManager;
|
||||
public static Utils Utils = Utils.Instance;
|
||||
public static StatTracker StatTracker = new StatTracker();
|
||||
/// <summary>
|
||||
/// Used for implementing REST Tokens prior to the REST system starting up.
|
||||
/// </summary>
|
||||
|
|
@ -545,7 +544,6 @@ namespace TShockAPI
|
|||
Regions.ReloadAllRegions();
|
||||
|
||||
Lighting.lightMode = 2;
|
||||
StatTracker.CheckIn();
|
||||
FixChestStacks();
|
||||
|
||||
|
||||
|
|
@ -575,7 +573,6 @@ namespace TShockAPI
|
|||
private void OnUpdate()
|
||||
{
|
||||
UpdateManager.UpdateProcedureCheck();
|
||||
StatTracker.CheckIn();
|
||||
if (Backups.IsBackupTime)
|
||||
Backups.Backup();
|
||||
//call these every second, not every update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue