Window refresh update
This commit is contained in:
@@ -128,8 +128,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
|
||||
|
||||
private static void completeItem(int itemUUID, NPC vendor) {
|
||||
|
||||
// Remove virtualItem from collections
|
||||
|
||||
Item virtualItem = ForgeManager.inMemoryItemLookup.get(itemUUID);
|
||||
WorkOrder workOrder = ForgeManager.itemWorkOrderLookup.get(virtualItem);
|
||||
|
||||
@@ -138,6 +136,8 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
|
||||
ItemProductionMsg outMsg = new ItemProductionMsg(workOrder.vendor.building, workOrder.vendor, virtualItem, mbEnums.ProductionActionType.CONFIRM_SETPRICE, true);
|
||||
DispatchMessage.dispatchMsgToInterestArea(workOrder.vendor, outMsg, mbEnums.DispatchChannel.SECONDARY, 700, false, false);
|
||||
|
||||
// Remove virtualItem from collections
|
||||
|
||||
workOrder.cooking.remove(virtualItem);
|
||||
ForgeManager.itemWorkOrderLookup.remove(virtualItem);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user