v0.2.3f: further tweaks to quickslot logic
This commit is contained in:
parent
93b066dfb2
commit
d0e6aa6c1f
|
@ -400,9 +400,7 @@ public class Item implements Bundlable {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updateQuickslot() {
|
public void updateQuickslot() {
|
||||||
if (Dungeon.quickslot.contains( this )) {
|
|
||||||
QuickSlotButton.refresh();
|
QuickSlotButton.refresh();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final String QUANTITY = "quantity";
|
private static final String QUANTITY = "quantity";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user