httpclient on RegionReadyModule

This commit is contained in:
UbitUmarov
2023-05-18 17:57:15 +01:00
parent 6d144ba1c9
commit c66effbe4f
3 changed files with 36 additions and 29 deletions

View File

@@ -120,10 +120,10 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Neighbour
{
if (s.RegionInfo.RegionHandle == regionHandle)
{
// uint x, y;
// Util.RegionHandleToRegionLoc(regionHandle, out x, out y);
// m_log.DebugFormat("[NEIGHBOUR SERVICE OUT CONNECTOR]: HelloNeighbour from region {0} to neighbour {1} at {2}-{3}",
// thisRegion.RegionName, s.Name, x, y );
//uint x, y;
//Util.RegionHandleToRegionLoc(regionHandle, out x, out y);
//m_log.DebugFormat("[NEIGHBOUR SERVICE OUT CONNECTOR]: HelloNeighbour from region {0} to neighbour {1} at {2}-{3}",
// thisRegion.RegionName, s.Name, x, y );
return s.IncomingHelloNeighbour(thisRegion);
}
}