SoundEffects Packet Error
Chin-Hung-Lee opened this issue ยท 1 comments
Describe the bug
Error showing "unable to find getSound in org.bukkit.craftbukkit.v1_16_R3.CraftSound" when trying to read Sound Packet by using PacketEvent.getPacket().getSoundEffects()
To Reproduce
Steps to reproduce the behavior:
- Open or Close Chest (other sounds might also cause this problem)
- See error
Expected behavior
getSoundEffects().read(0) will be able to get the Sound of the packet
Version Info
build #483 with paper build#323
there is already a report about this (#1023)