v0.6.0: fixed challenges showing up in rankings
This commit is contained in:
@@ -174,6 +174,8 @@ public enum Rankings {
|
|||||||
Dungeon.hero = (Hero)data.get(HERO);
|
Dungeon.hero = (Hero)data.get(HERO);
|
||||||
|
|
||||||
Statistics.restoreFromBundle(data.getBundle(STATS));
|
Statistics.restoreFromBundle(data.getBundle(STATS));
|
||||||
|
|
||||||
|
Dungeon.challenges = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user