From 6179355fa240fac28be6a5fdc6b6e3ce829d6585 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 08 四月 2026 19:46:56 +0800
Subject: [PATCH] 515 【挑战】PVP群英榜 - 测试各类排行榜,群英跨服战斗
---
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 6e2981c..aec59ca 100644
--- a/Main/System/Debug/DebugLogin.cs
+++ b/Main/System/Debug/DebugLogin.cs
@@ -96,7 +96,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