Changed: use the client cfg variable StartupHost to say where the login system is (not harcoded anymore)
This commit is contained in:
parent
f07e02717d
commit
8933a655d5
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ void CHttpClient::disconnect()
|
|||
// ***************************************************************************
|
||||
bool CStartupHttpClient::connectToLogin()
|
||||
{
|
||||
return connect("open.ryzom.com:40916");
|
||||
return connect(ClientCfg.ConfigFile.getVar("StartupHost").asString(0));
|
||||
}
|
||||
|
||||
CStartupHttpClient HttpClient;
|
||||
|
|
Loading…
Reference in a new issue