More minor fixes

This commit is contained in:
Zack Piispanen 2013-09-28 23:52:51 -04:00
parent c17b661166
commit 7731bc46f1
5 changed files with 43 additions and 41 deletions

View file

@ -609,7 +609,7 @@ namespace TShockAPI
OnSecondUpdate();
LastCheck = DateTime.UtcNow;
}
if ((DateTime.UtcNow - LastSave).TotalMinutes >= Config.ServerSideInventorySave)
{
foreach (TSPlayer player in Players)