More persist work

This commit is contained in:
2024-04-15 12:17:57 -04:00
parent 5505d7bc61
commit 963df074a4
+1 -3
View File
@@ -302,7 +302,7 @@ public enum ForgeManager implements Runnable {
completed_item = DbManager.ItemQueries.PERSIST(workOrderItem);
workOrder.vendor.charItemManager.addItemToInventory(completed_item);
}
// Remove the fake negativeID item from all collections.
// set the items as 'completed'
@@ -319,8 +319,6 @@ public enum ForgeManager implements Runnable {
}
}
}
public static void forgeItems(WorkOrder workOrder) {
for (int i = 0; i < workOrder.slots_used; ++i) {