Bugfix in forge contains
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user