1
0
Fork 0
forked from Simnation/Main

Update client.lua

This commit is contained in:
Nordi98 2025-08-07 11:12:52 +02:00
parent 6509993ea1
commit 68611a13b4

View file

@ -13,6 +13,6 @@ Inventory = {
getRootImg = function(item)
-- 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,
}