فهرست منبع

取消自动选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;
         }