diff options
author | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-05-23 00:54:32 +0200 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@hotmail.co.uk> | 2015-05-23 00:54:32 +0200 |
commit | 8f6788b2efc562559ed2f9b63c6f49c622887e67 (patch) | |
tree | 06bd67ac1d1069c36682514715643aab11424d6d /src/Protocol/MojangAPI.cpp | |
parent | Merge pull request #2086 from Seadragon91/master (diff) | |
download | cuberite-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.cpp | 1 |
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; } |