Skip to content

Commit 2c31c30

Browse files
authored
Merge pull request #1 from GitMocha/GitMocha-patch-1
Update Error to reflect correct line (from 10 to 9)
2 parents bd396e1 + 9afe021 commit 2c31c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/main.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ QBCore.Functions.CreateCallback('qb-phone:server:GetWebhook', function(_, cb)
586586
if WebHook ~= '' then
587587
cb(WebHook)
588588
else
589-
print('Set your webhook to ensure that your camera will work!!!!!! Set this on line 10 of the server sided script!!!!!')
589+
print('Set your webhook to ensure that your camera will work!!!!!! Set this on line 9 of the server sided script!!!!!')
590590
cb(nil)
591591
end
592592
end)

0 commit comments

Comments
 (0)