forked from MagicBane/Server
Comment cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user