mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
console max lines
This commit is contained in:
@@ -30,9 +30,9 @@ function EnterGame_connectToLoginServer()
|
||||
mainMenu:hide()
|
||||
end
|
||||
|
||||
local enterGameWindow = rootWidget:getChild("enterGameWindow")
|
||||
local account = enterGameWindow:getChild("accountNameLineEdit"):getText()
|
||||
local password = enterGameWindow:getChild("accountPasswordLineEdit"):getText()
|
||||
local enterGameWindow = rootWidget:getChildById("enterGameWindow")
|
||||
local account = enterGameWindow:getChildById("accountNameLineEdit"):getText()
|
||||
local password = enterGameWindow:getChildById("accountPasswordLineEdit"):getText()
|
||||
protocolLogin:login(account, password)
|
||||
|
||||
enterGameWindow:destroy()
|
||||
|
Reference in New Issue
Block a user