diff options
author | madmaxoft <github@xoft.cz> | 2014-01-25 15:28:16 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-01-25 15:28:16 +0100 |
commit | ff066453b805748d6e665b3ad219a62c777e4453 (patch) | |
tree | 6e8f15418c0dfab39e55c28e96648290be33ca68 /src/Protocol/Protocol17x.h | |
parent | Added cFile::Flush(). (diff) | |
download | cuberite-ff066453b805748d6e665b3ad219a62c777e4453.tar cuberite-ff066453b805748d6e665b3ad219a62c777e4453.tar.gz cuberite-ff066453b805748d6e665b3ad219a62c777e4453.tar.bz2 cuberite-ff066453b805748d6e665b3ad219a62c777e4453.tar.lz cuberite-ff066453b805748d6e665b3ad219a62c777e4453.tar.xz cuberite-ff066453b805748d6e665b3ad219a62c777e4453.tar.zst cuberite-ff066453b805748d6e665b3ad219a62c777e4453.zip |
Diffstat (limited to 'src/Protocol/Protocol17x.h')
-rw-r--r-- | src/Protocol/Protocol17x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h index b04a1f019..cac7f0d29 100644 --- a/src/Protocol/Protocol17x.h +++ b/src/Protocol/Protocol17x.h @@ -223,10 +223,8 @@ protected: CryptoPP::CFB_Mode<CryptoPP::AES>::Decryption m_Decryptor; CryptoPP::CFB_Mode<CryptoPP::AES>::Encryption m_Encryptor; - #ifdef _DEBUG /** The logfile where the comm is logged, when g_ShouldLogComm is true */ cFile m_CommLogFile; - #endif /// Adds the received (unencrypted) data to m_ReceivedData, parses complete packets |