浏览代码

修复游戏服一处登录bug

大爷 2 年之前
父节点
当前提交
67d3995439
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      DotNet/Hotfix/Scenes/Realm/Handler/C2R_LoginHandler.cs

+ 1 - 0
DotNet/Hotfix/Scenes/Realm/Handler/C2R_LoginHandler.cs

@@ -127,6 +127,7 @@ namespace ET.Server
 
             // 服务器列表
             List<StartSceneConfig> gameList = RealmGateAddressHelper.GetAllGame(session.DomainZone());
+            response.Address = new();
             if (gameList is { Count: > 0 })
             {
                 foreach (StartSceneConfig config in gameList)