Fixed ExpGamingAdmin.Gui button_flow

This commit is contained in:
Cooldude2606
2018-11-04 16:16:30 +00:00
parent 081a13a77d
commit 6be2f07950
2 changed files with 2 additions and 1 deletions

View File

@@ -212,4 +212,5 @@ Admin.center = Gui.center{
-- Module Return
-- calling will draw the admin buttons to that frame
Admin.button_flow = AdminGui
return setmetatable(AdminGui,{__call=function(self,...) self.draw(...) end})