Преглед изворни кода

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