diff --git a/src/Client/Realm/RealmSocket.cpp b/src/Client/Realm/RealmSocket.cpp index f5ff190..5ce7832 100644 --- a/src/Client/Realm/RealmSocket.cpp +++ b/src/Client/Realm/RealmSocket.cpp @@ -84,7 +84,7 @@ RealmSocket::~RealmSocket() bool RealmSocket::IsValid(void) { - return _valid && Ready(); + return _valid; } void RealmSocket::SetHost(std::string h)