| Main/System/Login/ServerData.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| Main/System/Login/ServerListCenter.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/System/Login/ServerData.cs
@@ -14,7 +14,7 @@ { public ServerGroup recommend; public ServerGroup[] common; public ServerGroup[] crossserver; public ServerGroup[] cross; public bool FindServerData(int _id, out ServerData _serverData) { Main/System/Login/ServerListCenter.cs
@@ -163,11 +163,11 @@ } //跨服服务器 不展示但是可以搜索用 if (serverInfoCommon != null && serverInfoCommon.crossserver != null) if (serverInfoCommon != null && serverInfoCommon.cross != null) { for (int i = 0; i < serverInfoCommon.crossserver.Length; i++) for (int i = 0; i < serverInfoCommon.cross.Length; i++) { var group = serverInfoCommon.crossserver[i]; var group = serverInfoCommon.cross[i]; for (int j = 0; j < group.group_list.Length; j++) { var serverData = group.group_list[j];