mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
Update Protocol18.cs
This commit is contained in:
parent
d50e90d860
commit
8ac8051f96
1 changed files with 1 additions and 2 deletions
|
|
@ -4101,6 +4101,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
finally
|
||||
{
|
||||
socketWrapper.Disconnect();
|
||||
McClient.Instance?.DeleteAllCookies();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -6685,8 +6686,6 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
SendPacket(PacketTypesOut.CookieResponse, packet);
|
||||
break;
|
||||
}
|
||||
|
||||
McClient.Instance?.DeleteCookie(name);
|
||||
return true;
|
||||
}
|
||||
catch (SocketException)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue