From 56c570c1c395e05fa096e8b5a10f3cfff7b9d0cc Mon Sep 17 00:00:00 2001 From: Miho Date: Wed, 25 Jun 2025 00:12:10 +0200 Subject: [PATCH] resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua aktualisiert --- resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua b/resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua index 3c3f42b69..886215cac 100644 --- a/resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua +++ b/resources/[jobs]/[civ]/mh_jobgarage/client/chiefsettings.lua @@ -55,7 +55,8 @@ function OpenChiefAddVehicleMenu() for _, v in ipairs(allVehicles) do if DoesEntityExist(v) then isSpawned = true - mods = QBCore.Functions.GetVehicleProperties(v) + local vmods = QBCore.Functions.GetVehicleProperties(v) + mods = json.encode(vmods) end end