Explorar el Código

修复游戏服一处登录bug

大爷 hace 2 años
padre
commit
67d3995439
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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)