Comment cleanup

This commit is contained in:
2024-05-11 11:06:07 -04:00
parent 1eda55a3f1
commit 7bb9aeacf7
+1 -2
View File
@@ -73,8 +73,7 @@ public enum ForgeManager implements Runnable {
if (workOrder.total_produced >= workOrder.total_to_produce) {
// Set items as completed in the window.
// First CONFIRM_PRODUCE adds virtual item to the interface.
// Second CONFIRM_PRODUCE sets virtual item to complete.
// CONFIRM_PRODUCE used to refresh item to the interface.
for (Item workOrderItem : workOrder.cooking) {
workOrderItem.flags.add(mbEnums.ItemFlags.Identified);