1.16.2 MultiBlockChange
Huskehhh opened this issue ยท 1 comments
Describe the bug
It appears as though the MultiBlockChange packet has changed, and hasn't been changed in ProtocolLib
To Reproduce
Steps to reproduce the behavior:
- Start server with ProtocolLib and attempt to create MultiBlockChange packet
Version Info
ProtocolLib - b476, Paper 1.16.2
Additional context
Console:
[08:37:18 WARN]: Caused by: java.lang.RuntimeException: Unable to find MultiBlockChangeInfo (PacketPlayOutMultiBlockChange$MultiBlockChangeInfo)
[08:37:18 WARN]: at com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:2101)
[08:37:18 WARN]: at com.comphenix.protocol.utility.MinecraftReflection.getMultiBlockChangeInfoClass(MinecraftReflection.java:1848)
[08:37:18 WARN]: at com.comphenix.protocol.wrappers.MultiBlockChangeInfo.<clinit>(MultiBlockChangeInfo.java:38)
[08:37:18 WARN]: ... 13 more
Cheers!