Skip to content

Commit ee5ae2d

Browse files
committed
Fixed quantum armor auto stock card not working (Fixes: #87)
1 parent 4aa9cad commit ee5ae2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/java/net/pedroksl/advanced_ae/gui/QuantumArmorFilterConfigMenu.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public QuantumArmorFilterConfigMenu(MenuType<?> type, int id, Inventory playerIn
4848
this.host = host;
4949
createPlayerInventorySlots(playerInventory);
5050

51-
var filterQuantities = type == AAEMenus.QUANTUM_ARMOR_FILTER_CONFIG;
51+
var filterQuantities = type == AAEMenus.QUANTUM_ARMOR_FILTER_CONFIG.get();
5252
if (filterQuantities) {
5353
this.inv = ConfigInventory.configStacks(9)
5454
.changeListener(this::onSlotChanged)

0 commit comments

Comments
 (0)