Skip to content

Commit

Permalink
added wait(3000) to be ad the bottom
Browse files Browse the repository at this point in the history
added wait(3000) to be ad the bottom
  • Loading branch information
LeSiiN authored and MonkeyWhisper committed May 3, 2023
1 parent c1833bd commit f19cca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ end

AddEventHandler('onResourceStart', function(resourceName)
if GetCurrentResourceName() ~= resourceName then return end
Wait(3000)
if Config.Webhook == '' then
print("\27[31mA webhook is missing in: Config.Webhook\27[0m")
end
Expand Down

0 comments on commit f19cca6

Please sign in to comment.