-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] 秒退工具失效,点了没反应 #159
Comments
已知问题,不过暂未找到解决办法。 |
可以直接杀进程么,将游戏窗口干掉,就算秒退了 |
大概率不行。秒退是一个主动过程,正常情况下,在用户点击关闭窗口时,客户端会主动退出登录,同时正在进行的英雄选择流程自然也被取消了。 这意味着,如果客户端被突然杀掉 (无论是 LeagueClientUx 还是 LeagueClient),正在进行的英雄选择也不会被取消,玩家还是会正常进入游戏。 在之前的逻辑中,使用了一个特殊接口,使其可以在不退出登录的情况下直接秒退,但现在这个接口看来已经被停用了。 |
目前腾讯服已失效,直营服概率生效。 已禁用此功能。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
秒退工具失效,点了没反应
The text was updated successfully, but these errors were encountered: