v0.2.3f: further tweaks to quickslot logic

This commit is contained in:
Evan Debenham 2015-01-26 01:43:50 -05:00
parent 93b066dfb2
commit d0e6aa6c1f

View File

@ -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";