Simplified lambda function

This commit is contained in:
2024-04-23 12:11:04 -04:00
parent 50a169149f
commit d7ac838b6d
+1 -1
View File
@@ -130,7 +130,7 @@ public enum ForgeManager implements Runnable {
// Set total cost for this production run
workOrder.production_cost_total.putAll(workOrder.production_cost);
workOrder.production_cost_total.forEach((key, value) -> workOrder.production_cost_total.compute(key, (k, v) -> v * workOrder.total_to_produce));
workOrder.production_cost_total.forEach((key, value) -> workOrder.production_cost_total.put(key, value * workOrder.total_to_produce));
// Deduct gold cost from building