|
|
@ -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); |
|
|
|
|
|
|
|
|
|
|
|