|
@@ -66,7 +66,7 @@ namespace GFGGame
|
|
|
{
|
|
|
var result = JsonMapper.ToObject<Result>(json);
|
|
|
LauncherConfig.CDN_ROOT = result.cdnRoot;
|
|
|
- CDN_ROOT = "http://10.108.64.127/";
|
|
|
+ //CDN_ROOT = "http://10.108.64.127/";
|
|
|
LauncherConfig.logApiUrl = result.logApiUrl;
|
|
|
LauncherConfig.logKey = result.logKey;
|
|
|
LauncherConfig.apkVersion = result.apkVersion;
|