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