fix tuning menu close
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user