fix tuning headlight color
This commit is contained in:
@@ -255,7 +255,7 @@ export default function tuning(globalData: GlobalData) {
|
|||||||
if (modType === 18) return;
|
if (modType === 18) return;
|
||||||
if (modType === 22) {
|
if (modType === 22) {
|
||||||
localVehicle.setLights(1);
|
localVehicle.setLights(1);
|
||||||
setHeadlightsColor(localVehicle, currentMod[22]);
|
setHeadlightsColor(localVehicle, currentMod[22] + 1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
localVehicle.setMod(modType, currentMod[modType]);
|
localVehicle.setMod(modType, currentMod[modType]);
|
||||||
|
|||||||
Reference in New Issue
Block a user