From c7922a11314ac2207d413c3189d1ae5fa4e9338c Mon Sep 17 00:00:00 2001 From: hydrant Date: Mon, 13 May 2019 21:08:23 +0200 Subject: [PATCH] fix tuning headlight color --- ReallifeGamemode.Client/Tuning/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);