3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

Fix packet id typo causing random dc’s #669

Dieser Commit ist enthalten in:
Myles 2017-05-22 13:17:24 +01:00
Ursprung a09e8b9f4d
Commit 7d001c61a8

Datei anzeigen

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