send it to regions

This commit is contained in:
UbitUmarov
2020-11-12 04:27:39 +00:00
parent 66af978208
commit 19b26811c8
2 changed files with 30 additions and 2 deletions

View File

@@ -656,9 +656,9 @@ namespace OpenSim.Framework
}
if (m_gateKeeperAlias != null && m_gateKeeperAlias.Count > 0)
{
m_gridUrlAlias = new string[m_homeURLAlias.Count];
m_gridUrlAlias = new string[m_gateKeeperAlias.Count];
int i = 0;
foreach (OSHHTPHost a in m_homeURLAlias)
foreach (OSHHTPHost a in m_gateKeeperAlias)
m_gridUrlAlias[i++] = a.URI;
}
}