diff --git a/resources/[carscripts]/mh_garage/client/main.lua b/resources/[carscripts]/mh_garage/client/main.lua index 0c4704d6a..06daa6bba 100644 --- a/resources/[carscripts]/mh_garage/client/main.lua +++ b/resources/[carscripts]/mh_garage/client/main.lua @@ -19,7 +19,7 @@ Citizen.CreateThread(function() if IsPedInAnyVehicle(ped, false) then local veh = GetVehiclePedIsIn(ped, false) local mods = QBCore.Functions.GetVehicleProperties(veh) - print("Triggert setMods") + print("Triggert setMods: "..json.encode(mods)) TriggerServerEvent('mh_garage:setMods', mods) end end