Resubmit unfinished workorders

This commit is contained in:
2024-04-22 16:33:29 -04:00
parent de65f6bcef
commit 50a169149f
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public enum ForgeManager implements Runnable {
FORGE_MANAGER;
private static final BlockingQueue<WorkOrder> forge = new DelayQueue<>();
public static final BlockingQueue<WorkOrder> forge = new DelayQueue<>();
public static final AtomicInteger wordOrderCounter = new AtomicInteger(0);
public static final ConcurrentHashMap<NPC, ConcurrentHashMap.KeySetView<WorkOrder, Boolean>> vendorWorkOrderLookup = new ConcurrentHashMap<>();
public static final ConcurrentHashMap<Item, WorkOrder> itemWorkOrderLookup = new ConcurrentHashMap<>();