summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-05-03 23:46:04 +0200
committermadmaxoft <github@xoft.cz>2014-05-03 23:46:04 +0200
commiteaf3dcb9f7430bb76b737c1eb32ce68ca4835916 (patch)
tree4602c57d9343f7f18c7aa1bb7f9f723817d0f8c8
parentFixed vanilla fluid simulator. (diff)
downloadcuberite-eaf3dcb9f7430bb76b737c1eb32ce68ca4835916.tar
cuberite-eaf3dcb9f7430bb76b737c1eb32ce68ca4835916.tar.gz
cuberite-eaf3dcb9f7430bb76b737c1eb32ce68ca4835916.tar.bz2
cuberite-eaf3dcb9f7430bb76b737c1eb32ce68ca4835916.tar.lz
cuberite-eaf3dcb9f7430bb76b737c1eb32ce68ca4835916.tar.xz
cuberite-eaf3dcb9f7430bb76b737c1eb32ce68ca4835916.tar.zst
cuberite-eaf3dcb9f7430bb76b737c1eb32ce68ca4835916.zip
-rw-r--r--src/Protocol/Protocol17x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol17x.h b/src/Protocol/Protocol17x.h
index eed761a4a..dc111e737 100644
--- a/src/Protocol/Protocol17x.h
+++ b/src/Protocol/Protocol17x.h
@@ -238,7 +238,7 @@ protected:
bool m_IsEncrypted;
cAesCfb128Decryptor m_Decryptor;
- cAesCfb128Decryptor m_Encryptor;
+ cAesCfb128Encryptor m_Encryptor;
/** The logfile where the comm is logged, when g_ShouldLogComm is true */
cFile m_CommLogFile;