Minor changes
This commit is contained in:
parent
91e386bb67
commit
ff84198e32
4 changed files with 8 additions and 6 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue