浏览代码

取消自动选2服

zhaoyang 3 年之前
父节点
当前提交
3475e22d42

+ 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;
         }