ProtocolLib

3M Downloads

Wrong PacketID in PacketType

p0loskun opened this issue ยท 1 comments

commented

Describe the bug
I was trying to find how to stop the block break sound and saw an error in the code, it contains the wrong PacketID

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://wiki.vg/Protocol#Named_Sound_Effect' and see "PacketID"
  2. Go to 'https://github.com/dmulloy2/ProtocolLib/blob/master/src/main/java/com/comphenix/protocol/PacketType.java' and see "PacketID" on "NAMED_SOUND_EFFECT" it is set like 'https://wiki.vg/Protocol#Sound_Effect'

Expected behavior
Correct PacketID

Version Info
https://paste.youhavetrouble.me/4eyQlF.properties

commented

you released an update where it was fixed