Skip to content

Commit

Permalink
Merge pull request #400 from GitMocha/main
Browse files Browse the repository at this point in the history
Update Error to reflect correct line (from 10 to 9)
  • Loading branch information
GhzGarage authored Nov 13, 2024
2 parents ffc7c05 + 2c31c30 commit ec45f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ QBCore.Functions.CreateCallback('qb-phone:server:GetWebhook', function(_, cb)
if WebHook ~= '' then
cb(WebHook)
else
print('Set your webhook to ensure that your camera will work!!!!!! Set this on line 10 of the server sided script!!!!!')
print('Set your webhook to ensure that your camera will work!!!!!! Set this on line 9 of the server sided script!!!!!')
cb(nil)
end
end)
Expand Down

0 comments on commit ec45f46

Please sign in to comment.