diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-08-20 16:01:30 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-08-20 16:01:30 +0200 |
commit | 228dd61995a404b6c59832bf8b0f8375374c8acc (patch) | |
tree | d9f920e0f0096ddc70f3a2289459091fdc201f66 /src/Protocol/ProtocolRecognizer.h | |
parent | First implementation of HOOK_SERVER_PING. (diff) | |
download | cuberite-228dd61995a404b6c59832bf8b0f8375374c8acc.tar cuberite-228dd61995a404b6c59832bf8b0f8375374c8acc.tar.gz cuberite-228dd61995a404b6c59832bf8b0f8375374c8acc.tar.bz2 cuberite-228dd61995a404b6c59832bf8b0f8375374c8acc.tar.lz cuberite-228dd61995a404b6c59832bf8b0f8375374c8acc.tar.xz cuberite-228dd61995a404b6c59832bf8b0f8375374c8acc.tar.zst cuberite-228dd61995a404b6c59832bf8b0f8375374c8acc.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/ProtocolRecognizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/ProtocolRecognizer.h b/src/Protocol/ProtocolRecognizer.h index 65829ef73..796464202 100644 --- a/src/Protocol/ProtocolRecognizer.h +++ b/src/Protocol/ProtocolRecognizer.h @@ -18,7 +18,7 @@ // Adjust these if a new protocol is added or an old one is removed: -#define MCS_CLIENT_VERSIONS "1.2.4, 1.2.5, 1.3.1, 1.3.2, 1.4.2, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.5, 1.5.1, 1.5.2, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.7.2, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9" +#define MCS_CLIENT_VERSIONS "1.2.4, 1.2.5, 1.3.1, 1.3.2, 1.4.2, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.5, 1.5.1, 1.5.2, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.7.2, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10" #define MCS_PROTOCOL_VERSIONS "29, 39, 47, 49, 51, 60, 61, 73, 74, 77, 78, 4, 5" |