Removed old, crusty stat tracker.

This commit is contained in:
Lucas Nicodemus 2013-08-22 22:50:59 -06:00
parent 66483e0325
commit 8fb046f5b3
4 changed files with 1 additions and 107 deletions

View file

@ -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