v0.2.3f: corrected crash involving quickslot placeholders, dungeon now loads them at the correct time.
This commit is contained in:
@@ -574,7 +574,6 @@ public class Dungeon {
|
||||
Generator.reset();
|
||||
|
||||
quickslot.reset();
|
||||
quickslot.restorePlaceholders( bundle );
|
||||
|
||||
Dungeon.challenges = bundle.getInt( CHALLENGES );
|
||||
|
||||
@@ -590,6 +589,7 @@ public class Dungeon {
|
||||
Wand.restore( bundle );
|
||||
Ring.restore( bundle );
|
||||
|
||||
quickslot.restorePlaceholders( bundle );
|
||||
|
||||
if (fullLoad) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user