guodong 1 жил өмнө
parent
commit
84f5003a70

+ 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();