Browse Source

临时提交

hexiaojie 1 năm trước cách đây
mục cha
commit
b8bc640f5f
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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";