mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
parent
770a82e2d2
commit
116efc5e78
6 changed files with 28 additions and 7 deletions
|
|
@ -863,7 +863,10 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
login_phase = false;
|
||||
|
||||
if (!pForge.CompleteForgeHandshake())
|
||||
{
|
||||
ConsoleIO.WriteLineFormatted("§8Forge Login Handshake did not complete successfully");
|
||||
return false;
|
||||
}
|
||||
|
||||
StartUpdating();
|
||||
return true; //No need to check session or start encryption
|
||||
|
|
@ -920,7 +923,10 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
login_phase = false;
|
||||
|
||||
if (!pForge.CompleteForgeHandshake())
|
||||
{
|
||||
ConsoleIO.WriteLineFormatted("§8Forge StartEncryption Handshake did not complete successfully");
|
||||
return false;
|
||||
}
|
||||
|
||||
StartUpdating();
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue