forked from MagicBane/Server
Comment cleanup
This commit is contained in:
@@ -77,11 +77,11 @@ public enum ForgeManager implements Runnable {
|
||||
if (workOrder.runCompleted == true)
|
||||
continue;
|
||||
|
||||
// Persist items that were currently cooking
|
||||
// Persist virtual items that were currently cooking
|
||||
|
||||
persistItems(workOrder);
|
||||
|
||||
// Create new set of in-memory virtual items
|
||||
// Create new set of in-memory only virtual items
|
||||
|
||||
forgeItems(workOrder);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user