zhaoyang 3 жил өмнө
parent
commit
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)
         public static void SetRecentlyServerInfo(this ServerInfosComponent self, long recentId)
         {
         {
-            recentId = 2;
             self.recentlyServerInfo = self.ServerInfoList[recentId];
             self.recentlyServerInfo = self.ServerInfoList[recentId];
             self.CurrentServerId = (int)recentId;
             self.CurrentServerId = (int)recentId;
         }
         }