mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 19:45:22 +09:00
ExpLib always in global now
This commit is contained in:
@@ -161,9 +161,6 @@ function ExpLib.gui_tree(root)
|
||||
return tree
|
||||
end
|
||||
|
||||
-- unpacks lib to _G on module init
|
||||
function ExpLib.on_init(self)
|
||||
self:unpack_to_G()
|
||||
end
|
||||
|
||||
-- bypasses the module sandbox and places functions into _G
|
||||
ExpLib:unpack_to_G()
|
||||
return ExpLib
|
||||
Reference in New Issue
Block a user