v0.6.0: fixed challenges showing up in rankings

This commit is contained in:
Evan Debenham 2017-03-28 17:25:09 -04:00
parent 7b47dc5200
commit b01331e642

View File

@ -174,6 +174,8 @@ public enum Rankings {
Dungeon.hero = (Hero)data.get(HERO);
Statistics.restoreFromBundle(data.getBundle(STATS));
Dungeon.challenges = 0;
}