diff options
author | madmaxoft <github@xoft.cz> | 2014-05-03 23:46:04 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2014-05-03 23:46:04 +0200 |
commit | eaf3dcb9f7430bb76b737c1eb32ce68ca4835916 (patch) | |
tree | 4602c57d9343f7f18c7aa1bb7f9f723817d0f8c8 /src | |
parent | Fixed vanilla fluid simulator. (diff) | |
download | cuberite-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 |
Diffstat (limited to '')
-rw-r--r-- | src/Protocol/Protocol17x.h | 2 |
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; |