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 019855d81f - Show all commits

View File

@ -1124,7 +1124,7 @@ end
function thread.chain(...)
local args = select("#")
for i=1,#args do
for i=1,args do
thread.hold(select(i,...))
end
end