diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java index 0baa2e2d7..44ebd2472 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/ShatteredPixelDungeon.java @@ -48,7 +48,7 @@ public class ShatteredPixelDungeon extends Game { //pre-v1.3.0 com.watabou.utils.Bundle.addAlias( com.shatteredpixel.shatteredpixeldungeon.actors.buffs.Bleeding.class, - "com.shatteredpixel.shatteredpixeldungeon.levels.features.Chasm$FallBleed.class" ); + "com.shatteredpixel.shatteredpixeldungeon.levels.features.Chasm$FallBleed" ); com.watabou.utils.Bundle.addAlias( com.shatteredpixel.shatteredpixeldungeon.plants.Mageroyal.class, "com.shatteredpixel.shatteredpixeldungeon.plants.Dreamfoil" );