summaryrefslogtreecommitdiffstats
path: root/src/Protocol
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-01-29 09:56:31 +0100
committermadmaxoft <github@xoft.cz>2014-01-29 09:56:31 +0100
commit3bbca8c29187c2f3c3a23912a25e4c43e57131b2 (patch)
treeebee4103c5cb5edc6f7ba074221c23c7a807acb4 /src/Protocol
parentProtoProxy: Added encryption support. (diff)
downloadcuberite-3bbca8c29187c2f3c3a23912a25e4c43e57131b2.tar
cuberite-3bbca8c29187c2f3c3a23912a25e4c43e57131b2.tar.gz
cuberite-3bbca8c29187c2f3c3a23912a25e4c43e57131b2.tar.bz2
cuberite-3bbca8c29187c2f3c3a23912a25e4c43e57131b2.tar.lz
cuberite-3bbca8c29187c2f3c3a23912a25e4c43e57131b2.tar.xz
cuberite-3bbca8c29187c2f3c3a23912a25e4c43e57131b2.tar.zst
cuberite-3bbca8c29187c2f3c3a23912a25e4c43e57131b2.zip
Diffstat (limited to 'src/Protocol')
-rw-r--r--src/Protocol/Protocol17x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Protocol/Protocol17x.cpp b/src/Protocol/Protocol17x.cpp
index 267c18a99..0e9759194 100644
--- a/src/Protocol/Protocol17x.cpp
+++ b/src/Protocol/Protocol17x.cpp
@@ -1433,7 +1433,7 @@ void cProtocol172::HandlePacketLoginStart(cByteBuffer & a_ByteBuffer)
}
// If auth is required, then send the encryption request:
- // if (cRoot::Get()->GetServer()->ShouldAuthenticate())
+ if (cRoot::Get()->GetServer()->ShouldAuthenticate())
{
cPacketizer Pkt(*this, 0x01);
Pkt.WriteString(cRoot::Get()->GetServer()->GetServerID());