Skip to content

Commit

Permalink
Merge Removed second primary color serialization (pr-2834)
Browse files Browse the repository at this point in the history
cb28981 - fix(server): removed second primary color serialization
  • Loading branch information
prikolium-cfx committed Oct 7, 2024
2 parents 9a76e88 + cb28981 commit aaab438
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,6 @@ struct CVehicleAppearanceDataNode : GenericSerializeDataNode<CVehicleAppearanceD
s.Serialize(8, data.wheelColour);
s.Serialize(8, data.interiorColour);
s.Serialize(8, data.dashboardColour);
s.Serialize(8, data.primaryColour);

s.Serialize(data.isPrimaryColourRGB);

Expand Down

0 comments on commit aaab438

Please sign in to comment.