From c89b20695df7d2a7afc85806d147e0b9ab1a23d1 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Tue, 21 Feb 2017 17:11:28 +0200 Subject: Add 1.11.1/1.11.2 protocol (#3575) --- src/Protocol/ProtocolRecognizer.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Protocol/ProtocolRecognizer.h') diff --git a/src/Protocol/ProtocolRecognizer.h b/src/Protocol/ProtocolRecognizer.h index 081b2136e..b48717563 100644 --- a/src/Protocol/ProtocolRecognizer.h +++ b/src/Protocol/ProtocolRecognizer.h @@ -18,8 +18,8 @@ // Adjust these if a new protocol is added or an old one is removed: -#define MCS_CLIENT_VERSIONS "1.8.x, 1.9.x, 1.10.x, 1.11" -#define MCS_PROTOCOL_VERSIONS "47, 107, 108, 109, 110, 210, 315" +#define MCS_CLIENT_VERSIONS "1.8.x, 1.9.x, 1.10.x, 1.11.x" +#define MCS_PROTOCOL_VERSIONS "47, 107, 108, 109, 110, 210, 315, 316" @@ -40,6 +40,7 @@ public: PROTO_VERSION_1_9_4 = 110, PROTO_VERSION_1_10_0 = 210, PROTO_VERSION_1_11_0 = 315, + PROTO_VERSION_1_11_1 = 316, } ; cProtocolRecognizer(cClientHandle * a_Client); -- cgit v1.2.3