mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-04 05:41:27 +01:00
Merge pull request #911 from McPiraci/master
Fix rewriting of MC|StopSound plugin channel.
This commit is contained in:
commit
076d05c103
@ -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