gfg 1 year ago
parent
commit
a09fb37c1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

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

@@ -54,7 +54,7 @@ namespace GFGGame
             cfgName = "cfg_temp";
 #elif PT_IOS
             netType = EnumNetType.PUBLIC;
-            cfgName = "cfg_ios";
+            cfgName = "cfg_ios_1";
             platformId = 2;
             ChannelId = (int)ChannelID.AppStore;
 #elif PT_TISHEN