(svn r15941) -Codechange: jonty-comp's wish partly implemented (content server) ;)
This commit is contained in:
@@ -471,7 +471,7 @@ void ClientNetworkContentSocketHandler::Connect()
|
||||
|
||||
if (this->sock != INVALID_SOCKET || this->isConnecting) return;
|
||||
this->isConnecting = true;
|
||||
new NetworkContentConnecter(NetworkAddress(NETWORK_CONTENT_SERVER_HOST, NETWORK_CONTENT_SERVER_PORT));
|
||||
new NetworkContentConnecter(NetworkAddress(NETWORK_CONTENT_SERVER_HOST, NETWORK_CONTENT_SERVER_PORT, AF_UNSPEC));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user