mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Improve the previous fix by pushing the exception catching down into OGS1 grid services
This commit is contained in:
@@ -540,16 +540,7 @@ namespace OpenSim.Region.Environment.Modules.World.WorldMap
|
||||
}
|
||||
if (httpserver.Length == 0)
|
||||
{
|
||||
RegionInfo mreg = null;
|
||||
|
||||
try
|
||||
{
|
||||
mreg = m_scene.SceneGridService.RequestNeighbouringRegionInfo(regionhandle);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.WarnFormat("[WorldMap]: Requesting neighbour region info failed with exception {0}", e);
|
||||
}
|
||||
RegionInfo mreg = m_scene.SceneGridService.RequestNeighbouringRegionInfo(regionhandle);
|
||||
|
||||
if (mreg != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user