Quellcode durchsuchen

打开外网GM命令

guodong vor 1 Jahr
Ursprung
Commit
84f5003a70
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/RoleInfo/GMPanelView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/RoleInfo/GMPanelView.cs

@@ -67,7 +67,7 @@ namespace GFGGame
         protected override void OnShown()
         {
             base.OnShown();
-            _ui.m_ComBtn.m_c1.selectedIndex = LauncherConfig.netType == LauncherConfig.EnumNetType.LOCAL ? 0 : 1;
+            _ui.m_ComBtn.m_c1.selectedIndex = 0;
             _ui.m_ComBtn.m_txtArenaGrade.text = "";
             _ui.m_ComBtn.m_txtArenaRank.text = "";
             InitChapterText();