Skip to content

Commit

Permalink
Update index.ts (#82)
Browse files Browse the repository at this point in the history
Fix for wheelColors, lmao
  • Loading branch information
Booster1212 authored Jun 22, 2024
1 parent 25033ea commit f601a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/server/vehicle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export function useVehicle(vehicle: alt.Vehicle) {

// Synchronize wheelColor
if(typeof document.wheelColor !== 'undefined') {
vehicle.wheelColor = document.pearlColor;
vehicle.wheelColor = document.wheelColor;
}

// Synchronize pearlColor
Expand Down

0 comments on commit f601a21

Please sign in to comment.