From 97de31e9a015cf139f5293a22e1575a43dfb6733 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 24 四月 2026 14:16:02 +0800
Subject: [PATCH] WEBGL ANDROID适配
---
Main/System/Login/ServerListCenter.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Main/System/Login/ServerListCenter.cs b/Main/System/Login/ServerListCenter.cs
index 3eabde4..faf1a59 100644
--- a/Main/System/Login/ServerListCenter.cs
+++ b/Main/System/Login/ServerListCenter.cs
@@ -9,7 +9,11 @@
{
public static readonly string[] JUMP_URL = new string[]
{
+#if TEST_BUILD
"http://gamecenter.secondworld.net.cn:11000/center/server_list.php/?",
+#else
+ "http://xssgcenter.secondworld.net.cn:11000/center/server_list.php/?",
+#endif
"http://106.55.151.92:11000/center/server_list_new.php/?"
};
--
Gitblit v1.8.0