Comment cleanup

This commit is contained in:
2024-04-16 15:34:39 -04:00
parent 946a150db1
commit 3484802a24
+2 -2
View File
@@ -77,11 +77,11 @@ public enum ForgeManager implements Runnable {
if (workOrder.runCompleted == true) if (workOrder.runCompleted == true)
continue; continue;
// Persist items that were currently cooking // Persist virtual items that were currently cooking
persistItems(workOrder); persistItems(workOrder);
// Create new set of in-memory virtual items // Create new set of in-memory only virtual items
forgeItems(workOrder); forgeItems(workOrder);