Bugfix in forge contains

This commit is contained in:
2024-04-15 14:33:33 -04:00
parent b4824c69b8
commit a2484f94eb
2 changed files with 1 additions and 7 deletions
@@ -350,7 +350,7 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
if (targetItem == null)
return;
if (!vendor.charItemManager.forgeContains(targetItem, vendor))
if (!ForgeManager.vendorItemLookup.get(vendor).contains(targetItem))
return;
// Cannot junk items without a forge!