Fix autorenew ship purchase cost not being applied for multi-cargo ships

This commit is contained in:
Jonathan G Rennison 2023-09-04 23:33:01 +01:00
parent 891874a145
commit 94cffc0aea

View File

@ -348,7 +348,7 @@ static CommandCost BuildReplacementMultiPartShipSimple(EngineID e, const Vehicle
if (refit_cost.Succeeded()) cost.AddCost(refit_cost);
}
return CommandCost();
return cost;
}
/**