Minor changes

This commit is contained in:
Lucas Nicodemus 2012-01-01 13:21:23 -07:00
parent 91e386bb67
commit ff84198e32
4 changed files with 8 additions and 6 deletions

View file

@ -416,7 +416,7 @@ namespace TShockAPI
if (Config.RestApiEnabled)
RestApi.Start();
StatTracker.checkin();
StatTracker.CheckIn();
FixChestStacks();
}
@ -442,7 +442,7 @@ namespace TShockAPI
private void OnUpdate()
{
UpdateManager.UpdateProcedureCheck();
StatTracker.checkin();
StatTracker.CheckIn();
if (Backups.IsBackupTime)
Backups.Backup();