From 772ad40cd4e6930ee543f7131b23a82770084d50 Mon Sep 17 00:00:00 2001 From: Bear <44989435+Developer-Bear@users.noreply.github.com> Date: Wed, 4 Aug 2021 17:27:20 -0500 Subject: [PATCH] I goofed --- client/functions.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/functions.lua b/client/functions.lua index 449ae8c..d048571 100644 --- a/client/functions.lua +++ b/client/functions.lua @@ -570,11 +570,11 @@ QBCore.Functions.SetVehicleProperties = function(vehicle, props) end if props.modCustomTiresF ~= nil then - SetVehicleMod(vehicle, 23, props.modCustomTiresF, true) + SetVehicleMod(vehicle, 23, props.modFrontWheels, props.modCustomTiresF) end if props.modCustomTiresR ~= nil then - SetVehicleMod(vehicle, 24, props.modCustomTiresR, true) + SetVehicleMod(vehicle, 24, props.modBackWheels, props.modCustomTiresR) end if props.modPlateHolder ~= nil then