diff options
author | madmaxoft <github@xoft.cz> | 2014-01-29 12:16:27 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-29 12:16:27 +0100 |
commit | 789cf6374053dbb5571f26db1c68ec82cdb48740 (patch) | |
tree | 0cfd585fc75449bd8584310fe5084fec350d095e | |
parent | Protocol 1.7: Encryption is enabled only with auth. (diff) | |
download | cuberite-789cf6374053dbb5571f26db1c68ec82cdb48740.tar cuberite-789cf6374053dbb5571f26db1c68ec82cdb48740.tar.gz cuberite-789cf6374053dbb5571f26db1c68ec82cdb48740.tar.bz2 cuberite-789cf6374053dbb5571f26db1c68ec82cdb48740.tar.lz cuberite-789cf6374053dbb5571f26db1c68ec82cdb48740.tar.xz cuberite-789cf6374053dbb5571f26db1c68ec82cdb48740.tar.zst cuberite-789cf6374053dbb5571f26db1c68ec82cdb48740.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 daeed1845..f58c66d10 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" +#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" #define MCS_PROTOCOL_VERSIONS "29, 39, 47, 49, 51, 60, 61, 73, 74, 77, 78, 4" |