You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to fix it
It seems that when looking up the the clazz of a PacketType it fails to find it that's because the hashcode of the deserialized PacketType doesn't match with the hashCode of the packetType inside the registry.
This is expected behavior bc the specs doesn't guarantee the same hashcode for different executions
The text was updated successfully, but these errors were encountered:
Describe the bug
It seems that when you try to deserialize a PacketContainer it fails to do so.
To Reproduce
Serialize a packetContainer,
Reload / Restart the server
Deserialize it (Exception)
Expected behavior
Able to deserialize it
Version Info
ProtocolLib DUMP
How to fix it
It seems that when looking up the the clazz of a PacketType it fails to find it that's because the hashcode of the deserialized PacketType doesn't match with the hashCode of the packetType inside the registry.
This is expected behavior bc the specs doesn't guarantee the same hashcode for different executions
The text was updated successfully, but these errors were encountered: