diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2020-07-19 01:41:29 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2020-07-19 01:43:33 +0200 |
commit | c99ddbc376523bbf9b67c5e5c786f13a4363a533 (patch) | |
tree | 13bc3a83ec40eb33a2f031bfccbb8b1cf1a42655 /src/Protocol/Protocol.h | |
parent | Add 1.13.1 to 1.15.2 mappings (diff) | |
download | cuberite-c99ddbc376523bbf9b67c5e5c786f13a4363a533.tar cuberite-c99ddbc376523bbf9b67c5e5c786f13a4363a533.tar.gz cuberite-c99ddbc376523bbf9b67c5e5c786f13a4363a533.tar.bz2 cuberite-c99ddbc376523bbf9b67c5e5c786f13a4363a533.tar.lz cuberite-c99ddbc376523bbf9b67c5e5c786f13a4363a533.tar.xz cuberite-c99ddbc376523bbf9b67c5e5c786f13a4363a533.tar.zst cuberite-c99ddbc376523bbf9b67c5e5c786f13a4363a533.zip |
Diffstat (limited to 'src/Protocol/Protocol.h')
-rw-r--r-- | src/Protocol/Protocol.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Protocol/Protocol.h b/src/Protocol/Protocol.h index c2b3cd3f0..817d0bef0 100644 --- a/src/Protocol/Protocol.h +++ b/src/Protocol/Protocol.h @@ -339,7 +339,9 @@ public: Version_1_12 = 335, Version_1_12_1 = 338, Version_1_12_2 = 340, - Version_1_13 = 393 + Version_1_13 = 393, + Version_1_13_1 = 401, + Version_1_13_2 = 404 // TODO: this constant should be in WebServer }; /** Called when client sends some data */ |