summaryrefslogtreecommitdiffstats
path: root/src/Protocol/MojangAPI.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2015-05-23 00:54:32 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2015-05-23 00:54:32 +0200
commit8f6788b2efc562559ed2f9b63c6f49c622887e67 (patch)
tree06bd67ac1d1069c36682514715643aab11424d6d /src/Protocol/MojangAPI.cpp
parentMerge pull request #2086 from Seadragon91/master (diff)
downloadcuberite-8f6788b2efc562559ed2f9b63c6f49c622887e67.tar
cuberite-8f6788b2efc562559ed2f9b63c6f49c622887e67.tar.gz
cuberite-8f6788b2efc562559ed2f9b63c6f49c622887e67.tar.bz2
cuberite-8f6788b2efc562559ed2f9b63c6f49c622887e67.tar.lz
cuberite-8f6788b2efc562559ed2f9b63c6f49c622887e67.tar.xz
cuberite-8f6788b2efc562559ed2f9b63c6f49c622887e67.tar.zst
cuberite-8f6788b2efc562559ed2f9b63c6f49c622887e67.zip
Diffstat (limited to 'src/Protocol/MojangAPI.cpp')
-rw-r--r--src/Protocol/MojangAPI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Protocol/MojangAPI.cpp b/src/Protocol/MojangAPI.cpp
index a12351286..110590359 100644
--- a/src/Protocol/MojangAPI.cpp
+++ b/src/Protocol/MojangAPI.cpp
@@ -459,7 +459,6 @@ bool cMojangAPI::SecureRequest(const AString & a_ServerName, const AString & a_R
a_Response.append((const char *)buf, (size_t)ret);
}
- Socket.Disconnect();
return true;
}