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

pull/595/head
Jonathan G Rennison 9 months ago
parent 891874a145
commit 94cffc0aea

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

Loading…
Cancel
Save