From a3ed8cd4e0d77ac67ff9505caab10de9e97ebdc9 Mon Sep 17 00:00:00 2001 From: Miho931 <98314142+Miho931@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:21:31 +0200 Subject: [PATCH] Update main.lua --- resources/[carscripts]/mh_garage/client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[carscripts]/mh_garage/client/main.lua b/resources/[carscripts]/mh_garage/client/main.lua index 5ce89462f..0c4704d6a 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -18,7 +18,7 @@ Citizen.CreateThread(function() if IsPedInAnyVehicle(ped, false) then local veh = GetVehiclePedIsIn(ped, false) - local mods = QBCore.Functions.GetVehicleProperties(vehicle) + local mods = QBCore.Functions.GetVehicleProperties(veh) print("Triggert setMods") TriggerServerEvent('mh_garage:setMods', mods) end