Skip to content

Commit

Permalink
Move configs back to where they belong.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiddle committed Nov 15, 2024
1 parent 2531564 commit 662ebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ RegisterNUICallback('TakePhoto', function(_, cb)
cb(json.encode({ url = nil }))
break
elseif IsControlJustPressed(1, 176) then -- TAKE.. PIC
if Config.Fivemerr == true and Config.FivemerrApiToken ~= '' then
if Config.Fivemerr == true then
-- Fivemerr uploads via the server using screenshot-basic to further guard your API key.
return QBCore.Functions.TriggerCallback('qb-phone:server:UploadToFivemerr', function(fivemerrData)
if fivemerrData == nil then
Expand Down

0 comments on commit 662ebca

Please sign in to comment.