mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 04:21:41 +09:00
Thread system added
This commit is contained in:
@@ -29,11 +29,11 @@ require '/GuiParts/left'
|
||||
require '/GuiParts/popup']]
|
||||
|
||||
return function(rtn)
|
||||
local to_return = {}
|
||||
local _return = {}
|
||||
for _,name in pairs(rtn) do
|
||||
if StdExpCoreLib[name] then
|
||||
table.insert(to_return,StdExpCoreLib[name])
|
||||
table.insert(_return,StdExpCoreLib[name])
|
||||
end
|
||||
end
|
||||
return unpack(to_return)
|
||||
return unpack(_return)
|
||||
end
|
||||
Reference in New Issue
Block a user