diff options
author | bariscodefx <bariscodefx@gmail.com> | 2023-08-21 13:49:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-21 13:49:46 +0200 |
commit | eda440e0db028587975c867dbacb513d80df4dca (patch) | |
tree | 0695314fce393f6abdd322241db4294e237e351c | |
parent | Added that ds_store file to gitignore (#5521) (diff) | |
download | cuberite-eda440e0db028587975c867dbacb513d80df4dca.tar cuberite-eda440e0db028587975c867dbacb513d80df4dca.tar.gz cuberite-eda440e0db028587975c867dbacb513d80df4dca.tar.bz2 cuberite-eda440e0db028587975c867dbacb513d80df4dca.tar.lz cuberite-eda440e0db028587975c867dbacb513d80df4dca.tar.xz cuberite-eda440e0db028587975c867dbacb513d80df4dca.tar.zst cuberite-eda440e0db028587975c867dbacb513d80df4dca.zip |
-rw-r--r-- | src/Protocol/ProtocolRecognizer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Protocol/ProtocolRecognizer.h b/src/Protocol/ProtocolRecognizer.h index 4309ee8ba..2d6f576e7 100644 --- a/src/Protocol/ProtocolRecognizer.h +++ b/src/Protocol/ProtocolRecognizer.h @@ -7,9 +7,9 @@ // Adjust these if a new protocol is added or an old one is removed: -#define MCS_CLIENT_VERSIONS "1.8.x-1.12.x" -#define MCS_PROTOCOL_VERSIONS "47, 107, 108, 109, 110, 210, 315, 316, 335, 338, 340" -#define MCS_LATEST_PROTOCOL_VERSION 340 +#define MCS_CLIENT_VERSIONS "1.8.x-1.14.4" +#define MCS_PROTOCOL_VERSIONS "47, 107, 108, 109, 110, 210, 315, 316, 335, 338, 340, 393, 401, 477, 480, 485, 490, 498" +#define MCS_LATEST_PROTOCOL_VERSION 498 |