Changed: PatchServer not used anymore, use PatchUrl instead
This commit is contained in:
parent
6477c0f743
commit
9ec4c76cd4
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ Gamma_max = 1.0;
|
||||||
|
|
||||||
Application = { "ryzom_live", "./client_ryzom_r.exe", "./" };
|
Application = { "ryzom_live", "./client_ryzom_r.exe", "./" };
|
||||||
BackgroundDownloader = 0;
|
BackgroundDownloader = 0;
|
||||||
PatchServer = "http://dl.ryzom.com/patch_live";
|
PatchUrl = "http://dl.ryzom.com/patch_live";
|
||||||
StartupHost = "shard.ryzom.com:40916";
|
StartupHost = "shard.ryzom.com:40916";
|
||||||
StartupPage = "/login/r2_login.php";
|
StartupPage = "/login/r2_login.php";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue