mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +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
|
||||
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)
|
||||
|
Reference in New Issue
Block a user