Skip to content

Commit 9f32c41

Browse files
authored
Merge pull request #402 from Cocodrulo/fix/linting-report
Try to fix linting report
2 parents ec45f46 + 3df4745 commit 9f32c41

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)