Comment update

This commit is contained in:
2024-04-21 14:10:35 -04:00
parent 7f8c297ae2
commit d3b1cf9928
+5
View File
@@ -49,6 +49,11 @@ public enum ForgeManager implements Runnable {
Logger.error(e);
}
// Do not process null workOrders
if (workOrder == null)
continue;
if (workOrder.total_produced >= workOrder.total_to_produce) {
// Complete this workOrder.