diff options
author | Mathias <mathias-github@users.noreply.github.com> | 2016-07-21 09:47:42 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-07-21 09:47:42 +0200 |
commit | e7b4d7a7769d7b3f2f1477bee859198cf470b99d (patch) | |
tree | 1921166f7cbe6574fbca58e21b1c1f6433a10145 /src/Protocol/ProtocolRecognizer.h | |
parent | README now has HTTPS links. (diff) | |
download | cuberite-e7b4d7a7769d7b3f2f1477bee859198cf470b99d.tar cuberite-e7b4d7a7769d7b3f2f1477bee859198cf470b99d.tar.gz cuberite-e7b4d7a7769d7b3f2f1477bee859198cf470b99d.tar.bz2 cuberite-e7b4d7a7769d7b3f2f1477bee859198cf470b99d.tar.lz cuberite-e7b4d7a7769d7b3f2f1477bee859198cf470b99d.tar.xz cuberite-e7b4d7a7769d7b3f2f1477bee859198cf470b99d.tar.zst cuberite-e7b4d7a7769d7b3f2f1477bee859198cf470b99d.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/ProtocolRecognizer.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Protocol/ProtocolRecognizer.h b/src/Protocol/ProtocolRecognizer.h index ea04b1a92..ec8f562a7 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.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, |