Fix autorenew ship purchase cost not being applied for multi-cargo ships
This commit is contained in:
@@ -348,7 +348,7 @@ static CommandCost BuildReplacementMultiPartShipSimple(EngineID e, const Vehicle
|
||||
if (refit_cost.Succeeded()) cost.AddCost(refit_cost);
|
||||
}
|
||||
|
||||
return CommandCost();
|
||||
return cost;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user