From b6971986b032e103f50a9d7fb3ee5c65b8c0a307 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 19 Dec 2017 18:36:45 +0000 Subject: [PATCH] Added Cahin to add tab --- ExpCore/GuiParts/center.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ExpCore/GuiParts/center.lua b/ExpCore/GuiParts/center.lua index 498a140b..b69641ba 100644 --- a/ExpCore/GuiParts/center.lua +++ b/ExpCore/GuiParts/center.lua @@ -98,6 +98,7 @@ function center._center:add_tab(name,caption,tooltip,callback) if not success then error(err) end end end) + return self end return center \ No newline at end of file