V15.2.0 #33

Merged
rayaman merged 75 commits from v15.2.0 into master 2022-04-19 18:45:52 -04:00
Showing only changes of commit 588923e1b7 - Show all commits

View File

@ -49,8 +49,8 @@ multi:newThread("Coroutine Based Thread",function()
end) end)
multi:newTLoop(function(loop) multi:newTLoop(function(loop)
print("!") print("!")
loop:Destroy() loop:Destroy()
os.exit() os.exit()
end,.3) end,.3)
multi:mainloop() multi:mainloop()
--[[ --[[