diff --git a/modules/client_entergame/entergame.lua b/modules/client_entergame/entergame.lua index 0aea36c73a..571911b7e2 100644 --- a/modules/client_entergame/entergame.lua +++ b/modules/client_entergame/entergame.lua @@ -577,6 +577,9 @@ function EnterGame.setUniqueServer(host, port, protocol, windowWidth, windowHeig local clientLabel = enterGame:getChildById('clientLabel') clientLabel:setVisible(false) clientLabel:setHeight(0) + local httpLoginBox = enterGame:getChildById('httpLoginBox') + httpLoginBox:setVisible(false) + httpLoginBox:setHeight(0) local serverListButton = enterGame:getChildById('serverListButton') serverListButton:setVisible(false)