mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Ignore tab list items not containing a valid name
For cleaner /list output without "???tab" placeholders eg from TabListPlus.
This commit is contained in:
parent
4c460537e4
commit
461385d057
3 changed files with 5 additions and 5 deletions
|
|
@ -430,8 +430,8 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
int propNum = readNextVarInt(packetData);
|
||||
for (int p = 0; p < propNum; p++)
|
||||
{
|
||||
readNextString(packetData);
|
||||
readNextString(packetData);
|
||||
string key = readNextString(packetData);
|
||||
string val = readNextString(packetData);
|
||||
if (readNextBool(packetData))
|
||||
readNextString(packetData);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue