mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-23 02:25:19 +01:00
Fix MC|StopSound plugin channel rewriting.
(ID of stop sound packet is 0x4C, not 0x4B)
This commit is contained in:
parent
fd37c6b040
commit
b64a0b065c
@ -84,7 +84,7 @@ public class InventoryPackets {
|
||||
|
||||
// Reset the packet
|
||||
wrapper.clearPacket();
|
||||
wrapper.setId(0x4B);
|
||||
wrapper.setId(0x4C);
|
||||
|
||||
byte flags = 0;
|
||||
wrapper.write(Type.BYTE, flags); // Placeholder
|
||||
|
Loading…
Reference in New Issue
Block a user