diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java index 42b20644f..f12e9714c 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/Wand.java @@ -194,7 +194,7 @@ public abstract class Wand extends KindOfWeapon { } else { return false; } - }; + } public void charge( Char owner ) { if (charger == null) (charger = new Charger()).attachTo( owner );