From b64a0b065cadbbaa9d30d24a615ee5de6b4a2a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kasprzyk?= Date: Sat, 21 Jul 2018 17:32:30 +0200 Subject: [PATCH] Fix MC|StopSound plugin channel rewriting. (ID of stop sound packet is 0x4C, not 0x4B) --- .../protocol1_13to1_12_2/packets/InventoryPackets.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/java/us/myles/ViaVersion/protocols/protocol1_13to1_12_2/packets/InventoryPackets.java b/common/src/main/java/us/myles/ViaVersion/protocols/protocol1_13to1_12_2/packets/InventoryPackets.java index 5e2257352..1dae92a9d 100644 --- a/common/src/main/java/us/myles/ViaVersion/protocols/protocol1_13to1_12_2/packets/InventoryPackets.java +++ b/common/src/main/java/us/myles/ViaVersion/protocols/protocol1_13to1_12_2/packets/InventoryPackets.java @@ -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