ProtocolLib

3M Downloads

Issues with WrapperRegistry on 1.19.3

Jpx3 opened this issue ยท 1 comments

commented
  • This issue is not solved in a development build

Describe the bug
Exception thrown when using WrappedRegistry
"com.comphenix.protocol.wrappers.WrappedRegistry.get(String)" because "registry" is null
[19:43:58 WARN]: at ProtocolLib.jar//com.comphenix.protocol.wrappers.WrappedAttribute$Builder.build(WrappedAttribute.java:442)

To Reproduce
PacketContainer packet = ProtocolLibrary.getProtocolManager().createPacket(PacketType.Play.Server.UPDATE_ATTRIBUTES);
WrappedAttribute attribute = WrappedAttribute.newBuilder().attributeKey(name).baseValue(baseValue).packet(packet).build();

Version Info
ProtocolLib Build #606

Additional context
Minecraft 1.19.3

commented

1.19.3 is not supported yet