Răsfoiți Sursa

临时提交

hexiaojie 1 an în urmă
părinte
comite
b8bc640f5f
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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";