revert partly wrong commit

This commit is contained in:
False.Genesis 2007-01-05 23:00:13 +00:00
parent 9eababd72b
commit 5d03e2fe5b

View File

@ -84,7 +84,7 @@ RealmSocket::~RealmSocket()
bool RealmSocket::IsValid(void) bool RealmSocket::IsValid(void)
{ {
return _valid && Ready(); return _valid;
} }
void RealmSocket::SetHost(std::string h) void RealmSocket::SetHost(std::string h)