Fixed SpawnPainting packet missing

This commit is contained in:
Anon 2023-03-23 19:30:36 +01:00
parent 425cff529c
commit e0361d2183

View file

@ -477,6 +477,8 @@ namespace MinecraftClient.Protocol.Handlers
} }
break; break;
case PacketTypesIn.SpawnPainting: // Just skip, no need for this
return true;
case PacketTypesIn.DeclareCommands: case PacketTypesIn.DeclareCommands:
if (protocolVersion >= MC_1_19_Version) if (protocolVersion >= MC_1_19_Version)
{ {