hch
2026-04-27 f80dab463c5998e36263ee4981405fa75d4c6e2a
0312 同步跨服战斗服务器解析
2个文件已修改
8 ■■■■ 已修改文件
Main/System/Login/ServerData.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Login/ServerListCenter.cs 6 ●●●● 补丁 | 查看 | 原始文档 | 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];