mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 12:34:55 +02:00
Fix logging in with 760 (until a better solution is found).
This commit is contained in:
@@ -34,6 +34,11 @@ function g_game.chooseRsa(host)
|
|||||||
end
|
end
|
||||||
g_game.setRsa(OTSERV_RSA)
|
g_game.setRsa(OTSERV_RSA)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- Hack fix to resolve some 760 login issues
|
||||||
|
if g_game.getClientVersion() <= 760 then
|
||||||
|
g_game.setCustomOs(2)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function g_game.setRsa(rsa, e)
|
function g_game.setRsa(rsa, e)
|
||||||
|
Reference in New Issue
Block a user