v0.7.0: fixed alchemy scene resetting clearing provider

(removing this check should be fined as provider is always set when scene is switched to)
This commit is contained in:
Evan Debenham 2018-08-30 23:54:51 -04:00
parent 39b72ad6ec
commit 9bcb7bfeac

View File

@ -402,8 +402,6 @@ public class AlchemyScene extends PixelScene {
}
}
provider = null;
try {
Dungeon.saveAll();
Badges.saveGlobal();