Enable Stat Tracker every 15 minutes for maximum stat mining.

This commit is contained in:
Zack Piispanen 2013-11-07 02:39:36 -05:00
parent bd2f98c203
commit 9c3cffb4b8
2 changed files with 10 additions and 4 deletions

View file

@ -597,6 +597,7 @@ namespace TShockAPI
Lighting.lightMode = 2;
FixChestStacks();
StatTracker = new StatTracker();
}
private void FixChestStacks()