hexiaojie 1 年間 前
コミット
b8bc640f5f
1 ファイル変更2 行追加2 行削除
  1. 2 2
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

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

@@ -47,8 +47,8 @@ namespace GFGGame
             launcherRootUrl = "http://gfgclient.obs.cn-north-4.myhuaweicloud.com/";
 #if PT_DEV
             //外网dev版本
-            netType = EnumNetType.PUBLIC;
-            cfgName = "cfg_dev";
+            netType = EnumNetType.LOCAL;
+            cfgName = "cfg_local";
 #elif PT_TAPTAP
             netType = EnumNetType.PUBLIC;
             cfgName = "cfg_taptap";