Fix packet id typo causing random dc’s #669

This commit is contained in:
Myles 2017-05-22 13:17:24 +01:00
parent a09e8b9f4d
commit 7d001c61a8

View File

@ -163,8 +163,7 @@ public class ProtocolSnapshotTo1_11_1 extends Protocol {
registerOutgoing(State.PLAY, 0x49, 0x4b);
// New packet at 0x4c
registerOutgoing(State.PLAY, 0x4a, 0x4d);
registerOutgoing(State.PLAY, 0x4d, 0x4e);
registerOutgoing(State.PLAY, 0x4b, 0x4e);
// Incoming
// New packet at 0x01