Skip to content

Commit

Permalink
Merge pull request #402 from Cocodrulo/fix/linting-report
Browse files Browse the repository at this point in the history
Try to fix linting report
  • Loading branch information
GhzGarage authored Jan 20, 2025
2 parents ec45f46 + 3df4745 commit 9f32c41
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 9f32c41

Please sign in to comment.