Просмотр исходного кода

修复游戏服一处登录bug

大爷 2 лет назад
Родитель
Сommit
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)