소스 검색

取消自动选2服

zhaoyang 3 년 전
부모
커밋
3475e22d42
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      GameClient/Assets/Game/HotUpdate/ETCodes/Hotfix/App/ServerInfo/ServerInfosComponentSystem.cs

+ 0 - 1
GameClient/Assets/Game/HotUpdate/ETCodes/Hotfix/App/ServerInfo/ServerInfosComponentSystem.cs

@@ -21,7 +21,6 @@
         }
         public static void SetRecentlyServerInfo(this ServerInfosComponent self, long recentId)
         {
-            recentId = 2;
             self.recentlyServerInfo = self.ServerInfoList[recentId];
             self.CurrentServerId = (int)recentId;
         }