From 97f7f4f24b52f39e3c657387f5a5b16ef912a913 Mon Sep 17 00:00:00 2001 From: uyuyorum {um} <56808589+alp1x@users.noreply.github.com> Date: Wed, 12 Apr 2023 22:19:44 +0300 Subject: [PATCH] Update qborlj.lua --- bridge/inventory/qborlj.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge/inventory/qborlj.lua b/bridge/inventory/qborlj.lua index 6d474d8..3af4fd7 100644 --- a/bridge/inventory/qborlj.lua +++ b/bridge/inventory/qborlj.lua @@ -1,4 +1,4 @@ -if GetResourceState('qb-inventory') ~= 'started' or GetResourceState('lj-inventory') ~= 'started' then return end +if GetResourceState('qb-inventory') ~= 'started' --[[or GetResourceState('lj-inventory') ~= 'started']] then return end QBCore = exports['qb-core']:GetCoreObject() @@ -11,4 +11,4 @@ function NewMetaDataLicense(src, itemName) Player.PlayerData.items[newMetaDataItem.slot].info.mugShot = lib.callback.await('um-idcard:client:callBack:getMugShot', src) Player.Functions.SetInventory(Player.PlayerData.items) end -end \ No newline at end of file +end