Large Number of bug fixes

This commit is contained in:
Cooldude2606
2018-11-09 17:33:48 +00:00
parent f6c1ea7c32
commit d8ca2e0c9a
19 changed files with 33 additions and 30 deletions

View File

@@ -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})