From ad3ac1661daaf4b445914f87009d3d88c990f040 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 28 四月 2026 11:45:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master' into h5version

---
 Main/System/Debug/DebugLogin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Debug/DebugLogin.cs b/Main/System/Debug/DebugLogin.cs
index 3dc2939..62c4d56 100644
--- a/Main/System/Debug/DebugLogin.cs
+++ b/Main/System/Debug/DebugLogin.cs
@@ -101,7 +101,7 @@
 
             LoginManager.Instance.sdkLogined = true;
             var ip = ServerListCenter.Instance.currentServer.region_domain;
-            var port = ServerListCenter.Instance.currentServer.login_port;
+            var port = ServerListCenter.Instance.currentServer.http_port;
             var gamePort = ServerListCenter.Instance.currentServer.game_port;
             if (!string.IsNullOrEmpty(serverId.text))
             {

--
Gitblit v1.8.0