forked from Simnation/Main
Update main.lua
This commit is contained in:
parent
3311e42fc6
commit
64b7dc22f9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ RegisterNetEvent('container_heist:server:finishRobbery', function(containerId, c
|
||||||
if rewardsGiven == 0 then
|
if rewardsGiven == 0 then
|
||||||
TriggerClientEvent('QBCore:Notify', src, "The container was empty!", "error")
|
TriggerClientEvent('QBCore:Notify', src, "The container was empty!", "error")
|
||||||
end
|
end
|
||||||
end)
|
end
|
||||||
|
|
||||||
-- Clean up cooldowns periodically
|
-- Clean up cooldowns periodically
|
||||||
CreateThread(function()
|
CreateThread(function()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue