Skip to content

Commit

Permalink
Merge branch 'qbcore-framework:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiddle authored Jan 23, 2025
2 parents 81d8d89 + 9f32c41 commit dcd652f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,6 @@ RegisterNUICallback('TakePhoto', function(_, cb)
if fivemerrData == nil then
DestroyMobilePhone()
CellCamActivate(false, false)
takePhoto = false
return
end

Expand All @@ -1407,7 +1406,6 @@ RegisterNUICallback('TakePhoto', function(_, cb)
Wait(400)
TriggerServerEvent('qb-phone:server:getImageFromGallery')
cb(json.encode(imageData.url))
takePhoto = false
end)
end

Expand Down

0 comments on commit dcd652f

Please sign in to comment.