Fix logging in with 760 (until a better solution is found).
This commit is contained in:
parent
bdfb77166e
commit
25e7b1d7a3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue