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)
multi:newTLoop(function(loop)
print("!")
loop:Destroy()
os.exit()
loop:Destroy()
os.exit()
end,.3)
multi:mainloop()
--[[