mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-29 04:06:39 +09:00
Large Number of bug fixes
This commit is contained in:
@@ -217,4 +217,4 @@ Admin.center = Gui.center{
|
||||
|
||||
-- Module Return
|
||||
-- calling will draw the admin buttons to that frame
|
||||
return setmetatable(AdminGui,{__call=function(self,...) self.draw(...) end})
|
||||
return setmetatable(AdminGui,{__call=function(self,...) return self.draw(...) end})
|
||||
Reference in New Issue
Block a user