Fix logging in with 760 (until a better solution is found).

This commit is contained in:
BenDol 2014-11-04 13:27:21 +13:00
parent bdfb77166e
commit 25e7b1d7a3
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ function g_game.chooseRsa(host)
end
g_game.setRsa(OTSERV_RSA)
end
-- Hack fix to resolve some 760 login issues
if g_game.getClientVersion() <= 760 then
g_game.setCustomOs(2)
end
end
function g_game.setRsa(rsa, e)