mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fix metadata optional blockID type
This commit is contained in:
parent
b648e4f86d
commit
9b8213eca5
1 changed files with 1 additions and 4 deletions
|
|
@ -576,10 +576,7 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
}
|
||||
break;
|
||||
case 13: // Optional BlockID (VarInt)
|
||||
if (ReadNextBool(cache))
|
||||
{
|
||||
value = ReadNextVarInt(cache);
|
||||
}
|
||||
value = ReadNextVarInt(cache);
|
||||
break;
|
||||
case 14: // NBT
|
||||
value = ReadNextNbt(cache);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue