hexiaojie 1 anno fa
parent
commit
e5de500a79
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

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

@@ -95,7 +95,7 @@ namespace GFGGame
             netType = EnumNetType.LOCAL;
             cfgName = "cfg_iosLocal";
             platformId = 2;
-            ChannelId = (int)ChannelID.Test;
+            ChannelId = (int)ChannelID.AppStore;
 #else
             netType = EnumNetType.LOCAL;
             cfgName = "cfg_local";