|
@@ -177,8 +177,8 @@ namespace GFGGame
|
|
|
/// </summary>
|
|
|
private string GetHostServerURL(string packageName)
|
|
|
{
|
|
|
- string hostServerIP = "http://10.108.64.127";
|
|
|
- //string hostServerIP = LauncherConfig.CDN_ROOT;
|
|
|
+ //string hostServerIP = "http://10.108.64.127";
|
|
|
+ string hostServerIP = LauncherConfig.CDN_ROOT;
|
|
|
|
|
|
#if UNITY_EDITOR
|
|
|
if (UnityEditor.EditorUserBuildSettings.activeBuildTarget == UnityEditor.BuildTarget.Android)
|