소스 검색

打开外网GM命令

guodong 1 년 전
부모
커밋
84f5003a70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();