Fixed sending wrong OS

This commit is contained in:
TheSumm 2015-01-11 18:50:35 +01:00
parent bf30fc0dc3
commit 24b1526534
1 changed files with 1 additions and 1 deletions

View File

@ -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)