Bug fix related to the filling out the remoting port in RegionInfo. It still must be there because of attachments.

0.6.3-post-fixes
diva 2009-02-07 23:51:30 +00:00
parent 262acf61c4
commit 0031489072
1 changed files with 1 additions and 1 deletions

View File

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