it should work

This commit is contained in:
creeper123123321 2018-07-12 14:29:15 -03:00
parent 251f8bccaa
commit 9ac3110d3e
No known key found for this signature in database
GPG Key ID: 0AC57D54786721D1

View File

@ -489,6 +489,11 @@ public class ProtocolSnapshotTo1_12_2 extends Protocol {
}
});
registerIncoming(State.PLAY, 0x05, 0x06);
registerIncoming(State.PLAY, 0x06, 0x07);
registerIncoming(State.PLAY, 0x07, 0x08);
registerIncoming(State.PLAY, 0x08, 0x09);
// InventoryPackets 0x09 -> 0x0A
// New 0x0A - Edit book -> Plugin Message
registerIncoming(State.PLAY, 0x09, 0x0B, new PacketRemapper() {