Accidentally committed with line of code commented out

This commit is contained in:
CoderTim 2014-09-15 23:46:44 -04:00
parent d3b541dc27
commit 6eed36f0ee

View File

@ -1187,7 +1187,7 @@ public abstract class Game implements Listener
for (StatTracker tracker : getStatTrackers())
HandlerList.unregisterAll(tracker);
//if (CanAddStats)
if (CanAddStats)
{
Manager.saveBasicStats(this);