Skip to content

Commit

Permalink
Update qborlj.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
alp1x authored Apr 12, 2023
1 parent 6054dd9 commit 97f7f4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bridge/inventory/qborlj.lua
Original file line number Diff line number Diff line change
@@ -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()

Expand All @@ -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
end

0 comments on commit 97f7f4f

Please sign in to comment.