diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-08 13:10:55 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-08 13:10:55 +0200 |
commit | da85eb9db2a43f37dd6a40739b71b12124a9c918 (patch) | |
tree | b134ec489be3d4b1888ebce2ad08fbd478bfaefc /source/Protocol/Protocol15x.cpp | |
parent | ProtoProxy: Added server-ping parsing (diff) | |
download | cuberite-da85eb9db2a43f37dd6a40739b71b12124a9c918.tar cuberite-da85eb9db2a43f37dd6a40739b71b12124a9c918.tar.gz cuberite-da85eb9db2a43f37dd6a40739b71b12124a9c918.tar.bz2 cuberite-da85eb9db2a43f37dd6a40739b71b12124a9c918.tar.lz cuberite-da85eb9db2a43f37dd6a40739b71b12124a9c918.tar.xz cuberite-da85eb9db2a43f37dd6a40739b71b12124a9c918.tar.zst cuberite-da85eb9db2a43f37dd6a40739b71b12124a9c918.zip |
Diffstat (limited to 'source/Protocol/Protocol15x.cpp')
-rw-r--r-- | source/Protocol/Protocol15x.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Protocol/Protocol15x.cpp b/source/Protocol/Protocol15x.cpp index 78792af19..d5ab05ea6 100644 --- a/source/Protocol/Protocol15x.cpp +++ b/source/Protocol/Protocol15x.cpp @@ -5,6 +5,7 @@ Implements the 1.5.x protocol classes:
- cProtocol150
- release 1.5 protocol (#60)
+ - release 1.5.2 protocol (#61, no relevant changes found)
(others may be added later in the future for the 1.5 release series)
*/
|