Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
citRaTTV committed Dec 13, 2023
1 parent 65414e4 commit 9dd07bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/job.lua
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ RegisterNetEvent('police:client:EvidenceStashDrawer', function()
currentEvidence = k
end
end
local pos = GetEntityCoords(PlayerPedId())
local takeLoc = Config.Locations['evidence'][currentEvidence]

if not takeLoc then return end
Expand Down Expand Up @@ -461,7 +460,7 @@ RegisterNetEvent('qb-police:client:openArmoury', function()
price = item.price,
amount = item.amount,
info = item.info or {},
type = itemType,
type = itemInfo.type,
slot = #authorizedItemsList + 1
}
end
Expand Down

0 comments on commit 9dd07bf

Please sign in to comment.