From b09cdea1005add74de3ae6aa708dec56ed19b798 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 9 Jul 2025 23:26:11 +0200 Subject: [PATCH] Update cl_function.lua --- resources/[inventory]/cs_shops/config/functions/cl_function.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[inventory]/cs_shops/config/functions/cl_function.lua b/resources/[inventory]/cs_shops/config/functions/cl_function.lua index f47006929..57edbdcf1 100644 --- a/resources/[inventory]/cs_shops/config/functions/cl_function.lua +++ b/resources/[inventory]/cs_shops/config/functions/cl_function.lua @@ -51,7 +51,7 @@ function fetchImage(item) elseif GetResourceState('qs-inventory') == 'started' then img = 'qs-inventory/html/images/' else - img = 'inventory_images/images' -- Edit this if you want to put your own Inventory Image Directory + img = '[inventory]/inventory_images/images' -- Edit this if you want to put your own Inventory Image Directory end if CodeStudio.Settings.useInventoryImage then