guodong 3 lat temu
rodzic
commit
aceb5a8b7f

+ 1 - 1
GameClient/Assets/Game/Launcher/LauncherConfig.cs

@@ -71,7 +71,7 @@ namespace GFGGame
         {
             var result = JsonMapper.ToObject<Result>(data);
             CDN_ROOT = result.cdnRoot;
-            CDN_ROOT = "http://10.108.64.127/";
+            //CDN_ROOT = "http://10.108.64.127/";
             loginApiUrl = result.loginApiUrl;
             logApiUrl = result.logApiUrl;
             logKey = result.logKey;