From c6a7ac3739907e8bb7c751d408e227e19f246f49 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 08 五月 2026 17:27:31 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version
---
Main/System/Login/ServerListCenter.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Main/System/Login/ServerListCenter.cs b/Main/System/Login/ServerListCenter.cs
index ed62ea5..2b30480 100644
--- a/Main/System/Login/ServerListCenter.cs
+++ b/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];
--
Gitblit v1.8.0