Comment cleanup
This commit is contained in:
@@ -73,8 +73,7 @@ public enum ForgeManager implements Runnable {
|
|||||||
if (workOrder.total_produced >= workOrder.total_to_produce) {
|
if (workOrder.total_produced >= workOrder.total_to_produce) {
|
||||||
|
|
||||||
// Set items as completed in the window.
|
// Set items as completed in the window.
|
||||||
// First CONFIRM_PRODUCE adds virtual item to the interface.
|
// CONFIRM_PRODUCE used to refresh item to the interface.
|
||||||
// Second CONFIRM_PRODUCE sets virtual item to complete.
|
|
||||||
|
|
||||||
for (Item workOrderItem : workOrder.cooking) {
|
for (Item workOrderItem : workOrder.cooking) {
|
||||||
workOrderItem.flags.add(mbEnums.ItemFlags.Identified);
|
workOrderItem.flags.add(mbEnums.ItemFlags.Identified);
|
||||||
|
|||||||
Reference in New Issue
Block a user