diff --git a/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs b/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs index 6ee28cbcc6..35969c7a35 100644 --- a/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs +++ b/OpenSim/Region/Framework/Scenes/Hypergrid/HGHyperlink.cs @@ -115,7 +115,7 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid m_log.Warn("[HGrid]: Wrong format for link-region: " + e.Message); return false; } - //regInfo.RemotingAddress = regInfo.ExternalEndPoint.Address.ToString(); + regInfo.RemotingAddress = regInfo.ExternalEndPoint.Address.ToString(); // Finally, link it try