From e2bb9644235d9a268157213b86edce57787012b3 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 11 Jun 2022 23:24:28 -0400 Subject: [PATCH] Removed print statement --- multi/init.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/multi/init.lua b/multi/init.lua index f74e3bc..9625e4c 100644 --- a/multi/init.lua +++ b/multi/init.lua @@ -1,4 +1,3 @@ -print("Dev") --[[ MIT License @@ -35,7 +34,7 @@ if not _G["$multi"] then _G["$multi"] = {multi=multi,thread=thread} end -multi.Version = "15.2.0" +multi.Version = "15.3.0" multi.Name = "root" multi.NIL = {Type="NIL"} local NIL = multi.NIL @@ -1472,7 +1471,6 @@ co_status = { switch[task](ref,thd) cmds[r1](ref,r2,r3,r4,r5) if ret ~= CMD and _ ~= nil then -- The rework makes this necessary - print("Hello") co_status["dead"](thd,ref,task,i,th) end r1=nil r2=nil r3=nil r4=nil r5=nil