Skip to content

Commit

Permalink
fix: variable Sleep is never set
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed May 25, 2024
1 parent 5f8b863 commit 234c931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ CreateThread(function()
end
end
end
local Sleep
local Sleep = Sleep
Wait(Sleep)
end
end)

0 comments on commit 234c931

Please sign in to comment.