This commit is contained in:
I-Have-An-Issue 2023-01-23 18:41:30 -05:00
parent c980ba93cf
commit aee76fbd48
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ end
spawn(function()
while true do
wait(10)
wait(30)
if #game.Players:GetPlayers() == 0 then
pcall(function() game:HttpGet(baseUrl .. "/arbiter/" .. jobId .. "/kill") end)
else