forked from Simnation/Main
Update client.lua
This commit is contained in:
parent
6509993ea1
commit
68611a13b4
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ Inventory = {
|
||||||
|
|
||||||
getRootImg = function(item)
|
getRootImg = function(item)
|
||||||
-- tgiann-inventory doesn't have a direct export for this, but we can use the standard path
|
-- tgiann-inventory doesn't have a direct export for this, but we can use the standard path
|
||||||
return 'nui://tgiann-inventory/html/images/'..item..'.png'
|
return 'https://cfx-nui-qb-inventory/html/images/'..item..'.png'
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue