فهرست منبع

修复游戏服一处登录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)