diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java b/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java index 3b77b184b..379312430 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Badges.java @@ -218,7 +218,7 @@ public class Badges { global = restore( bundle ); - } catch (IOException e) { + } catch (Exception e) { global = new HashSet(); } }