v0.2.3f: further tweaks to quickslot logic
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user