From 95bbff225860df010b7b0a948075bd9310a06fd6 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Fri, 8 Aug 2014 19:02:10 -0400 Subject: [PATCH] V0.1.1: modified exception handling for bones file --- src/com/shatteredpixel/shatteredpixeldungeon/Bones.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/Bones.java b/src/com/shatteredpixel/shatteredpixeldungeon/Bones.java index 3898a2199..1b12a6a64 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/Bones.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/Bones.java @@ -91,7 +91,7 @@ public class Bones { return get(); - } catch (IOException e) { + } catch (Exception e) { return null; }