Skip to content

Commit

Permalink
fix(server): removed second primary color serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
minemalox committed Oct 4, 2024
1 parent 0bf3d3e commit cb28981
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 cb28981

Please sign in to comment.