Slot tracking update
This commit is contained in:
@@ -185,7 +185,7 @@ public enum ForgeManager implements Runnable {
|
|||||||
// Subtract slots currently being used by npc workOrders
|
// Subtract slots currently being used by npc workOrders
|
||||||
|
|
||||||
for (WorkOrder npcWorkOrder : ForgeManager.vendorWorkOrderLookup.get(workOrder.vendor))
|
for (WorkOrder npcWorkOrder : ForgeManager.vendorWorkOrderLookup.get(workOrder.vendor))
|
||||||
availableSlots = availableSlots - npcWorkOrder.slots_used;
|
availableSlots = availableSlots - npcWorkOrder.cooking.size();
|
||||||
|
|
||||||
// Single item rolls are always a single slot
|
// Single item rolls are always a single slot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user