v0.2.3f: corrected crash involving quickslot placeholders, dungeon now loads them at the correct time.
This commit is contained in:
parent
944d2d33a2
commit
31bd42152e
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user