@@ -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)