Skip to content

Commit ec45f46

Browse files
authored
Merge pull request #400 from GitMocha/main
Update Error to reflect correct line (from 10 to 9)
2 parents ffc7c05 + 2c31c30 commit ec45f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ QBCore.Functions.CreateCallback('qb-phone:server:GetWebhook', function(_, cb)
605605
if WebHook ~= '' then
606606
cb(WebHook)
607607
else
608-
print('Set your webhook to ensure that your camera will work!!!!!! Set this on line 10 of the server sided script!!!!!')
608+
print('Set your webhook to ensure that your camera will work!!!!!! Set this on line 9 of the server sided script!!!!!')
609609
cb(nil)
610610
end
611611
end)

0 commit comments

Comments
 (0)