Comment cleanup

This commit is contained in:
2024-05-12 11:32:00 -04:00
parent 9646964698
commit 805034e30b
+1 -1
View File
@@ -66,7 +66,7 @@ public enum ForgeManager implements Runnable {
workOrder = forge.take();
// Early exit for completed workOrders loaded from disk
// or vendors who were re-deeded with items cooking.
// or vendors who were re-deeded with items still cooking.
if (workOrder.vendor == null && workOrder.runCompleted.get())
continue;