Fixed sending wrong OS
This commit is contained in:
parent
bf30fc0dc3
commit
24b1526534
|
@ -246,9 +246,9 @@ function EnterGame.doLogin()
|
|||
EnterGame.show()
|
||||
end })
|
||||
|
||||
g_game.chooseRsa(G.host)
|
||||
g_game.setClientVersion(clientVersion)
|
||||
g_game.setProtocolVersion(g_game.getClientProtocolVersion(clientVersion))
|
||||
g_game.chooseRsa(G.host)
|
||||
|
||||
if modules.game_things.isLoaded() then
|
||||
protocolLogin:login(G.host, G.port, G.account, G.password)
|
||||
|
|
Loading…
Reference in New Issue