yyl
2026-05-08 c6a7ac3739907e8bb7c751d408e227e19f246f49
Main/System/Login/ServerListCenter.cs
@@ -168,11 +168,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];