mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Merge pull request #166 from Pokechu22/fix-165
Stop attempting to read the reduced debug info value in 1.7
This commit is contained in:
commit
661d4970a8
1 changed files with 2 additions and 1 deletions
|
|
@ -250,7 +250,8 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
readNextByte(packetData);
|
||||
readNextByte(packetData);
|
||||
readNextString(packetData);
|
||||
readNextBool(packetData);
|
||||
if (protocolversion >= MC18Version)
|
||||
readNextBool(packetData); // Reduced debug info - 1.8 and above
|
||||
break;
|
||||
case PacketIncomingType.ChatMessage:
|
||||
string message = readNextString(packetData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue