From d0e6aa6c1ff600fad62c54d095fd404d570f9453 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Mon, 26 Jan 2015 01:43:50 -0500 Subject: [PATCH] v0.2.3f: further tweaks to quickslot logic --- src/com/shatteredpixel/shatteredpixeldungeon/items/Item.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/Item.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/Item.java index e987f58a6..f9de9002e 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/Item.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/Item.java @@ -400,9 +400,7 @@ public class Item implements Bundlable { } public void updateQuickslot() { - if (Dungeon.quickslot.contains( this )) { QuickSlotButton.refresh(); - } } private static final String QUANTITY = "quantity";