guodong 1 жил өмнө
parent
commit
51e47aed65

+ 1 - 1
GameClient/Assets/Game/Launcher/Version/VersionController.cs

@@ -194,7 +194,7 @@ namespace GFGGame
         /// </summary>
         private string GetHostServerURL(string packageName)
         {
-            LauncherConfig.CDN_ROOT = "http://10.108.64.127";
+            //LauncherConfig.CDN_ROOT = "http://10.108.64.127";
 
             string platform = "PC";
 #if UNITY_EDITOR