diff --git a/ReallifeGamemode.Client/Tuning/main.ts b/ReallifeGamemode.Client/Tuning/main.ts index 16baccd0..f3647338 100644 --- a/ReallifeGamemode.Client/Tuning/main.ts +++ b/ReallifeGamemode.Client/Tuning/main.ts @@ -255,6 +255,7 @@ export default function tuning(globalData: GlobalData) { if (modType === 18) return; if (modType === 22) { localVehicle.setLights(1); + setHeadlightsColor(localVehicle, currentMod[22]); return; } localVehicle.setMod(modType, currentMod[modType]);