Skip to content

Commit dcd652f

Browse files
authored
Merge branch 'qbcore-framework:main' into main
2 parents 81d8d89 + 9f32c41 commit dcd652f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/main.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,6 @@ RegisterNUICallback('TakePhoto', function(_, cb)
13951395
if fivemerrData == nil then
13961396
DestroyMobilePhone()
13971397
CellCamActivate(false, false)
1398-
takePhoto = false
13991398
return
14001399
end
14011400

@@ -1407,7 +1406,6 @@ RegisterNUICallback('TakePhoto', function(_, cb)
14071406
Wait(400)
14081407
TriggerServerEvent('qb-phone:server:getImageFromGallery')
14091408
cb(json.encode(imageData.url))
1410-
takePhoto = false
14111409
end)
14121410
end
14131411

0 commit comments

Comments
 (0)