hch
2026-04-27 f80dab463c5998e36263ee4981405fa75d4c6e2a
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];