mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: use the client cfg variable StartupHost to say where the login system is (not harcoded anymore)
This commit is contained in:
parent
79e158c125
commit
1b026e692c
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ void CHttpClient::disconnect()
|
||||||
// ***************************************************************************
|
// ***************************************************************************
|
||||||
bool CStartupHttpClient::connectToLogin()
|
bool CStartupHttpClient::connectToLogin()
|
||||||
{
|
{
|
||||||
return connect("open.ryzom.com:40916");
|
return connect(ClientCfg.ConfigFile.getVar("StartupHost").asString(0));
|
||||||
}
|
}
|
||||||
|
|
||||||
CStartupHttpClient HttpClient;
|
CStartupHttpClient HttpClient;
|
||||||
|
|
Loading…
Reference in a new issue