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