diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-09-08 11:35:21 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-09-08 11:35:21 +0200 |
commit | 10a30a03e38116fe084138662bd59147331dd883 (patch) | |
tree | 0f992fcb2d4e32a0eebc7fe196388af8b9262cfa /src/Protocol/Protocol17x.h | |
parent | Implemented packet compression. (diff) | |
download | cuberite-10a30a03e38116fe084138662bd59147331dd883.tar cuberite-10a30a03e38116fe084138662bd59147331dd883.tar.gz cuberite-10a30a03e38116fe084138662bd59147331dd883.tar.bz2 cuberite-10a30a03e38116fe084138662bd59147331dd883.tar.lz cuberite-10a30a03e38116fe084138662bd59147331dd883.tar.xz cuberite-10a30a03e38116fe084138662bd59147331dd883.tar.zst cuberite-10a30a03e38116fe084138662bd59147331dd883.zip |
Diffstat (limited to 'src/Protocol/Protocol17x.h')
-rw-r--r-- | src/Protocol/Protocol17x.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h index d715e1cec..289545bc7 100644 --- a/src/Protocol/Protocol17x.h +++ b/src/Protocol/Protocol17x.h @@ -211,7 +211,6 @@ protected: } void WriteItem(const cItem & a_Item); - void WriteItem180(const cItem & a_Item); void WriteByteAngle(double a_Angle); // Writes the specified angle using a single byte void WriteFPInt(double a_Value); // Writes the double value as a 27:5 fixed-point integer void WriteEntityMetadata(const cEntity & a_Entity); // Writes the metadata for the specified entity, not including the terminating 0x7f |