@ -264,8 +264,9 @@ public class ObjectActionMsgHandler extends AbstractClientMsgHandler {
player.cancelOnSpell();
break;
case RUNE:
ApplyRuneMsg.applyRune(uuid, origin, player);
itemMan.consume(item);
if(ApplyRuneMsg.applyRune(uuid, origin, player)) {
}
default: //shouldn't be here, consume item
dispatch = Dispatch.borrow(player, msg);