summaryrefslogtreecommitdiffstats
path: root/source/Protocol/Protocol125.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-10-30 23:24:46 +0100
committermadmaxoft <github@xoft.cz>2013-10-30 23:24:46 +0100
commitdab398d5d663332527e57a7e239d223f33f4eb77 (patch)
tree9a55f84c516e1dc4dce6c02ad5c0755a9dd73e60 /source/Protocol/Protocol125.h
parentProtoProxy: Working 1.7 protocol. (diff)
downloadcuberite-dab398d5d663332527e57a7e239d223f33f4eb77.tar
cuberite-dab398d5d663332527e57a7e239d223f33f4eb77.tar.gz
cuberite-dab398d5d663332527e57a7e239d223f33f4eb77.tar.bz2
cuberite-dab398d5d663332527e57a7e239d223f33f4eb77.tar.lz
cuberite-dab398d5d663332527e57a7e239d223f33f4eb77.tar.xz
cuberite-dab398d5d663332527e57a7e239d223f33f4eb77.tar.zst
cuberite-dab398d5d663332527e57a7e239d223f33f4eb77.zip
Diffstat (limited to 'source/Protocol/Protocol125.h')
-rw-r--r--source/Protocol/Protocol125.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Protocol/Protocol125.h b/source/Protocol/Protocol125.h
index ae198780c..da3f81444 100644
--- a/source/Protocol/Protocol125.h
+++ b/source/Protocol/Protocol125.h
@@ -92,9 +92,9 @@ protected:
PARSE_INCOMPLETE = -3,
} ;
- cByteBuffer m_ReceivedData; //< Buffer for the received data
+ cByteBuffer m_ReceivedData; ///< Buffer for the received data
- AString m_Username; //< Stored in ParseHandshake(), compared to Login username
+ AString m_Username; ///< Stored in ParseHandshake(), compared to Login username
virtual void SendData(const char * a_Data, int a_Size) override;