mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
Fixed issues with missing code
This commit is contained in:
@@ -139,7 +139,7 @@ function multi:newSystemThreadedJobQueue(n)
|
||||
end
|
||||
|
||||
function multi:newSystemThreadedConnection(name)
|
||||
local conn = multi.newConnection()
|
||||
local conn = multi:newConnection()
|
||||
conn.init = function(self) return self end
|
||||
GLOBAL[name or "_"] = conn
|
||||
return conn
|
||||
|
||||
Reference in New Issue
Block a user