V15.3.0 #46
@ -1,4 +1,3 @@
|
|||||||
print("Dev")
|
|
||||||
--[[
|
--[[
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
@ -35,7 +34,7 @@ if not _G["$multi"] then
|
|||||||
_G["$multi"] = {multi=multi,thread=thread}
|
_G["$multi"] = {multi=multi,thread=thread}
|
||||||
end
|
end
|
||||||
|
|
||||||
multi.Version = "15.2.0"
|
multi.Version = "15.3.0"
|
||||||
multi.Name = "root"
|
multi.Name = "root"
|
||||||
multi.NIL = {Type="NIL"}
|
multi.NIL = {Type="NIL"}
|
||||||
local NIL = multi.NIL
|
local NIL = multi.NIL
|
||||||
@ -1472,7 +1471,6 @@ co_status = {
|
|||||||
switch[task](ref,thd)
|
switch[task](ref,thd)
|
||||||
cmds[r1](ref,r2,r3,r4,r5)
|
cmds[r1](ref,r2,r3,r4,r5)
|
||||||
if ret ~= CMD and _ ~= nil then -- The rework makes this necessary
|
if ret ~= CMD and _ ~= nil then -- The rework makes this necessary
|
||||||
print("Hello")
|
|
||||||
co_status["dead"](thd,ref,task,i,th)
|
co_status["dead"](thd,ref,task,i,th)
|
||||||
end
|
end
|
||||||
r1=nil r2=nil r3=nil r4=nil r5=nil
|
r1=nil r2=nil r3=nil r4=nil r5=nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user