forked from Simnation/Main
Update cl_function.lua
This commit is contained in:
parent
7d501ad2a3
commit
0580cdee59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue