Changed: use the client cfg variable StartupHost to say where the login system is (not harcoded anymore)

vl 15 years ago
parent 90fb608414
commit 4726dc72b0

@ -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…
Cancel
Save