From 149e69cdf45b10161c456c4a13dd8863a7fa8867 Mon Sep 17 00:00:00 2001 From: gdanbo Date: Sat, 15 Aug 2020 15:40:14 +0200 Subject: [PATCH] Update main.lua Fixes an issue where there's only 1 upgrade level on some cars --- client/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.lua b/client/main.lua index b9319cd2..0c6084b3 100644 --- a/client/main.lua +++ b/client/main.lua @@ -299,6 +299,7 @@ function GetAction(data) end end elseif v.modType == 11 or v.modType == 12 or v.modType == 13 or v.modType == 15 or v.modType == 16 then + SetVehicleModKit(vehicle, 0) local modCount = GetNumVehicleMods(vehicle, v.modType) -- UPGRADES for j = 0, modCount, 1 do local _label = ''