Skip to content

Commit b35c840

Browse files
committed
Update client.lua
1 parent 7ee5ce3 commit b35c840

File tree

1 file changed

+1
-1
lines changed
  • FiveM - Vehicle Modifications and Extras/vehicle

1 file changed

+1
-1
lines changed

FiveM - Vehicle Modifications and Extras/vehicle/client.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RegisterCommand(
1616
-- to loop through ALL customizations
1717
-- the first 10 iterations will
1818
-- apply body features
19-
local bestMod = GetNumVehicleMods(veh, modType)
19+
local bestMod = GetNumVehicleMods(veh, modType)-1 -- we will subtract by one to notice differences easier (imo)
2020
SetVehicleMod(veh, modType, bestMod, false)
2121
end
2222
elseif category == "extras" then

0 commit comments

Comments
 (0)