Fix MC|StopSound plugin channel rewriting.

(ID of stop sound packet is 0x4C, not 0x4B)
This commit is contained in:
Michał Kasprzyk 2018-07-21 17:32:30 +02:00
parent fd37c6b040
commit b64a0b065c

View File

@ -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