This commit is contained in:
parent
c980ba93cf
commit
aee76fbd48
|
|
@ -116,7 +116,7 @@ end
|
||||||
|
|
||||||
spawn(function()
|
spawn(function()
|
||||||
while true do
|
while true do
|
||||||
wait(10)
|
wait(30)
|
||||||
if #game.Players:GetPlayers() == 0 then
|
if #game.Players:GetPlayers() == 0 then
|
||||||
pcall(function() game:HttpGet(baseUrl .. "/arbiter/" .. jobId .. "/kill") end)
|
pcall(function() game:HttpGet(baseUrl .. "/arbiter/" .. jobId .. "/kill") end)
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue