v0.6.0: fixed challenges showing up in rankings
This commit is contained in:
parent
7b47dc5200
commit
b01331e642
|
@ -175,6 +175,8 @@ public enum Rankings {
|
||||||
|
|
||||||
Statistics.restoreFromBundle(data.getBundle(STATS));
|
Statistics.restoreFromBundle(data.getBundle(STATS));
|
||||||
|
|
||||||
|
Dungeon.challenges = 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final String RECORDS = "records";
|
private static final String RECORDS = "records";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user