From 7d001c61a8a090f556fa3a4ccf6185a4f0caa03d Mon Sep 17 00:00:00 2001 From: Myles Date: Mon, 22 May 2017 13:17:24 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20packet=20id=20typo=20causing=20random=20d?= =?UTF-8?q?c=E2=80=99s=20#669?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../protocolsnapshotto1_11_1/ProtocolSnapshotTo1_11_1.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/src/main/java/us/myles/ViaVersion/protocols/protocolsnapshotto1_11_1/ProtocolSnapshotTo1_11_1.java b/common/src/main/java/us/myles/ViaVersion/protocols/protocolsnapshotto1_11_1/ProtocolSnapshotTo1_11_1.java index 64b894953..4cef64ddc 100644 --- a/common/src/main/java/us/myles/ViaVersion/protocols/protocolsnapshotto1_11_1/ProtocolSnapshotTo1_11_1.java +++ b/common/src/main/java/us/myles/ViaVersion/protocols/protocolsnapshotto1_11_1/ProtocolSnapshotTo1_11_1.java @@ -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