From 5d03e2fe5b10c2ae6f78ee8fb7693c369154bcd2 Mon Sep 17 00:00:00 2001 From: "False.Genesis" Date: Fri, 5 Jan 2007 23:00:13 +0000 Subject: [PATCH] revert partly wrong commit --- src/Client/Realm/RealmSocket.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)