mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
More multiprotocol support
This commit is contained in:
@@ -92,7 +92,7 @@ end
|
||||
local function onLoginWait(message, time)
|
||||
CharacterList.destroyLoadBox()
|
||||
|
||||
waitingWindow = g_ui.loadUI('waitinglist.otui')
|
||||
waitingWindow = g_ui.displayUI('waitinglist.otui')
|
||||
|
||||
local label = waitingWindow:getChildById('infoLabel')
|
||||
label:setText(message)
|
||||
|
@@ -168,7 +168,8 @@ function EnterGame.doLogin()
|
||||
end })
|
||||
|
||||
g_game.chooseRsa(G.host)
|
||||
g_game.setProtocolVersion(protocol)
|
||||
g_game.setClientVersion(protocol)
|
||||
modules.game_tibiafiles.load()
|
||||
protocolLogin:login(G.host, G.port, G.account, G.password)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user