mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix 1.19.3 key exchange in offline mode
This commit is contained in:
parent
92a911ce99
commit
1f54a7c247
5 changed files with 12 additions and 6 deletions
|
|
@ -80,7 +80,7 @@ namespace MinecraftClient.Protocol
|
|||
/// <summary>
|
||||
/// Called when a server was successfully joined
|
||||
/// </summary>
|
||||
void OnGameJoined();
|
||||
void OnGameJoined(bool isOnlineMode);
|
||||
|
||||
/// <summary>
|
||||
/// Received chat/system message from the server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue