mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Bug fix related to the filling out the remoting port in RegionInfo. It still must be there because of attachments.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user