V15.3.0 #51

Merged
rayaman merged 52 commits from v15.3.0 into master 2022-12-31 02:22:23 -05:00
Showing only changes of commit 2f11a80a28 - Show all commits

View File

@ -888,9 +888,10 @@ function multi:newTask(func)
multi:newThread("Task Handler",function()
while true do
thread.hold(function()
return _tasks > 1
return _tasks > 0
end)
for i=1,_tasks do
print("Doing tasks")
tasks[i]()
end
_tasks = 0