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 f5e95b8c9f - Show all commits

View File

@ -891,7 +891,6 @@ function multi:newTask(func)
return _tasks > 0
end)
for i=1,_tasks do
print("Doing tasks")
tasks[i]()
end
_tasks = 0