diff options
author | madmaxoft <github@xoft.cz> | 2013-09-19 20:49:09 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-19 20:49:09 +0200 |
commit | 111fd58914854bdb93c9e72566a689cfd484c0c3 (patch) | |
tree | 5bc172b2a09b1c6d8907e1a0bbc722816072a83c /source/Protocol/Protocol16x.cpp | |
parent | APIDump: Automatic corrections. (diff) | |
download | cuberite-111fd58914854bdb93c9e72566a689cfd484c0c3.tar cuberite-111fd58914854bdb93c9e72566a689cfd484c0c3.tar.gz cuberite-111fd58914854bdb93c9e72566a689cfd484c0c3.tar.bz2 cuberite-111fd58914854bdb93c9e72566a689cfd484c0c3.tar.lz cuberite-111fd58914854bdb93c9e72566a689cfd484c0c3.tar.xz cuberite-111fd58914854bdb93c9e72566a689cfd484c0c3.tar.zst cuberite-111fd58914854bdb93c9e72566a689cfd484c0c3.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Protocol/Protocol16x.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Protocol/Protocol16x.cpp b/source/Protocol/Protocol16x.cpp index be5b45f19..0eac7b081 100644 --- a/source/Protocol/Protocol16x.cpp +++ b/source/Protocol/Protocol16x.cpp @@ -7,6 +7,8 @@ Implements the 1.6.x protocol classes: - release 1.6.1 protocol (#73) - cProtocol162 - release 1.6.2 protocol (#74) + - release 1.6.3 protocol (#77) - no relevant changes + - release 1.6.4 protocol (#78) - no relevant changes (others may be added later in the future for the 1.6 release series) */ |