diff --git a/LuaMenu/widgets/gui_login_window.lua b/LuaMenu/widgets/gui_login_window.lua index dd710bea7..d2ebcad6a 100644 --- a/LuaMenu/widgets/gui_login_window.lua +++ b/LuaMenu/widgets/gui_login_window.lua @@ -123,6 +123,9 @@ local function InitializeListeners() registerRecieved = true WG.Delay(ResetRegisterRecieved, 0.8) currentLoginWindow.txtError:SetText(Configuration:GetSuccessColor() .. "Registered!") + if currentLoginWindow.tabPanel then + currentLoginWindow.tabPanel:ChangeTab("login") + end end end