mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix #2168
This commit is contained in:
parent
3c884a3d37
commit
b976550828
1 changed files with 0 additions and 1 deletions
|
|
@ -1274,7 +1274,6 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
if (protocolVersion >= MC_1_17_Version)
|
||||
{
|
||||
forced = dataTypes.ReadNextBool(packetData);
|
||||
string forcedMessage = ChatParser.ParseText(dataTypes.ReadNextString(packetData));
|
||||
bool hasPromptMessage = dataTypes.ReadNextBool(packetData); // Has Prompt Message (Boolean) - 1.17 and above
|
||||
if (hasPromptMessage)
|
||||
dataTypes.SkipNextString(packetData); // Prompt Message (Optional Chat) - 1.17 and above
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue