From 0580cdee59409ef8f3e3a3221b0547fadf464a8d Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 10 Jul 2025 13:59:24 +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 57edbdcf1..f47006929 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]/inventory_images/images' -- Edit this if you want to put your own Inventory Image Directory + img = 'inventory_images/images' -- Edit this if you want to put your own Inventory Image Directory end if CodeStudio.Settings.useInventoryImage then