guodong 1 năm trước cách đây
mục cha
commit
995c5b0b6e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      GameClient/Assets/Game/Launcher/LauncherConfig.cs

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

@@ -51,7 +51,7 @@ namespace GFGGame
             netType = EnumNetType.TEMP;
             cfgName = "cfg_temp";
 #elif PT_IOS
-            netType == EnumNetType.TEMP;
+            netType = EnumNetType.TEMP;
             cfgName = "cfg_ios";
             platformId = 2;
 #elif PT_TISHEN