Skip to content

Commit

Permalink
fix: Enter Game window when setUniqueServer is activated
Browse files Browse the repository at this point in the history
  • Loading branch information
Nottinghster authored Mar 9, 2024
1 parent d64e260 commit 3517f52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/client_entergame/entergame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3517f52

Please sign in to comment.