mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +03:00
[FIX] Реализация Exit
This commit is contained in:
parent
437da3de59
commit
6af348606b
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ public void execute(ChannelHandlerContext ctx, Client client) throws Exception {
|
|||
newClient.isSecure = client.isSecure;
|
||||
newClient.checkSign = client.checkSign;
|
||||
handler.setClient(newClient);
|
||||
if(client.session != 0) server.sessionManager.removeClient(client.session);
|
||||
if(exitAll)
|
||||
{
|
||||
service.channels.forEach((channel) -> {
|
||||
|
|
Loading…
Reference in a new issue