Comment cleanup

This commit is contained in:
2024-05-04 13:23:33 -04:00
parent 7b1b09dc40
commit a6f417d9cc
+3 -2
View File
@@ -86,11 +86,12 @@ public enum ForgeManager implements Runnable {
if (workOrder.runCompleted)
continue;
// Move current cooking batch to vendor inventory
// PERSIST current cooking batch and move
// our new items to vendor inventory
completeWorkOrderBatch(workOrder);
// Create new set of in-memory only virtual items
// Create a new set of in-memory only virtual items
forgeWorkOrderBatch(workOrder);