updated nil bug with jqs

This commit is contained in:
Ryan Ward 2020-03-10 11:53:22 -04:00
parent 68ac49fad3
commit ddd365c5b8

View File

@ -121,7 +121,7 @@ function multi:newSystemThreadedJobQueue(n)
end) end)
return thread.hold(function() return thread.hold(function()
if rets then if rets then
return unpack(rets) return unpack(rets) or multi.NIL
end end
end) end)
end,holup),name end,holup),name