Not yet set when validating.

This commit is contained in:
2024-04-13 12:26:39 -04:00
parent 8fe7a6e896
commit ec47e24549
+1 -1
View File
@@ -137,7 +137,7 @@ public enum ForgeManager implements Runnable {
// Forge must be protected in order to access warehouse.
if (workOrder.production_cost_total.size() > 1)
if (calcProductionCost(workOrder).size() > 1)
if (!workOrder.vendor.building.protectionState.equals(mbEnums.ProtectionState.PROTECTED)) {
if (playerCharacter != null)
ErrorPopupMsg.sendErrorPopup(playerCharacter, 193); //193: Production denied: This building must be protected to gain access to warehouse