1
0
Fork 0

Fix: Second colour vehicle-type default liveries not being updated

When changing company default second colour
pull/11971/head
Jonathan G Rennison 2024-02-03 23:13:52 +00:00
parent 7a740eefa0
commit 83b9d93f41
1 changed files with 1 additions and 1 deletions

View File

@ -1046,7 +1046,7 @@ CommandCost CmdSetCompanyColour(DoCommandFlag flags, LiveryScheme scheme, bool p
c->livery[scheme].colour2 = colour;
if (scheme == LS_DEFAULT) {
UpdateCompanyGroupLiveries(c);
UpdateCompanyLiveries(c);
}
}