Dropped 1.7 support (#3253)
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
// Adjust these if a new protocol is added or an old one is removed:
|
||||
#define MCS_CLIENT_VERSIONS "1.7.x, 1.8.x, 1.9.x"
|
||||
#define MCS_PROTOCOL_VERSIONS "4, 5, 47, 107, 108, 109, 110"
|
||||
#define MCS_CLIENT_VERSIONS "1.8.x, 1.9.x"
|
||||
#define MCS_PROTOCOL_VERSIONS "47, 107, 108, 109, 110"
|
||||
|
||||
|
||||
|
||||
@@ -33,8 +33,6 @@ class cProtocolRecognizer :
|
||||
public:
|
||||
enum
|
||||
{
|
||||
PROTO_VERSION_1_7_2 = 4,
|
||||
PROTO_VERSION_1_7_6 = 5,
|
||||
PROTO_VERSION_1_8_0 = 47,
|
||||
PROTO_VERSION_1_9_0 = 107,
|
||||
PROTO_VERSION_1_9_1 = 108,
|
||||
|
||||
Reference in New Issue
Block a user