guodong преди 1 година
родител
ревизия
51e47aed65
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      GameClient/Assets/Game/Launcher/Version/VersionController.cs

+ 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