Minor class cleanup

This commit is contained in:
2024-04-08 16:53:53 -04:00
parent cafe0a0fe1
commit afa1b8478a
+1 -1
View File
@@ -58,7 +58,7 @@ public enum ForgeManager implements Runnable {
// Resubmit workOrder
workOrder.completionTime = System.currentTimeMillis() + workOrder.rollingDuration;
workOrder.total_produced = workOrder.total_produced - 1;
workOrder.total_produced = workOrder.total_produced + 1;
workOrders.add(workOrder);
Logger.info("workorder:" + workOrder.workOrderID + " (" + workOrder.total_produced + "/" + workOrder.total_to_produce + ")");