summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormathiascode <mail@mathias.is>2020-02-23 23:07:28 +0100
committerMattes D <github@xoft.cz>2020-02-24 09:33:59 +0100
commit3d699c0dc4d5fd99ea0cc0c3fa173d99d9a66133 (patch)
treeb1e5bf86bbd1066eda328ed77272fff98fb4258c
parentUpdate submodules (diff)
downloadcuberite-3d699c0dc4d5fd99ea0cc0c3fa173d99d9a66133.tar
cuberite-3d699c0dc4d5fd99ea0cc0c3fa173d99d9a66133.tar.gz
cuberite-3d699c0dc4d5fd99ea0cc0c3fa173d99d9a66133.tar.bz2
cuberite-3d699c0dc4d5fd99ea0cc0c3fa173d99d9a66133.tar.lz
cuberite-3d699c0dc4d5fd99ea0cc0c3fa173d99d9a66133.tar.xz
cuberite-3d699c0dc4d5fd99ea0cc0c3fa173d99d9a66133.tar.zst
cuberite-3d699c0dc4d5fd99ea0cc0c3fa173d99d9a66133.zip
-rw-r--r--src/Protocol/ProtocolRecognizer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Protocol/ProtocolRecognizer.h b/src/Protocol/ProtocolRecognizer.h
index 691de5e57..cca1facb3 100644
--- a/src/Protocol/ProtocolRecognizer.h
+++ b/src/Protocol/ProtocolRecognizer.h
@@ -8,9 +8,9 @@
// Adjust these if a new protocol is added or an old one is removed:
-#define MCS_CLIENT_VERSIONS "1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12.x, 1.13"
-#define MCS_PROTOCOL_VERSIONS "47, 107, 108, 109, 110, 210, 315, 316, 335, 338, 340, 393"
-#define MCS_LATEST_PROTOCOL_VERSION 393
+#define MCS_CLIENT_VERSIONS "1.8.x, 1.9.x, 1.10.x, 1.11.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