aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules
diff options
context:
space:
mode:
authorMelanie2011-12-05 21:26:06 +0100
committerMelanie2011-12-05 21:26:06 +0100
commit5b07370ec4634ca4925e8674a8808e35183af04c (patch)
tree3fff7da3b3f782c6d5e6d4daeb45870a34d77721 /OpenSim/Region/CoreModules
parentMerge branch 'master' into bigmerge (diff)
downloadopensim-SC_OLD-5b07370ec4634ca4925e8674a8808e35183af04c.zip
opensim-SC_OLD-5b07370ec4634ca4925e8674a8808e35183af04c.tar.gz
opensim-SC_OLD-5b07370ec4634ca4925e8674a8808e35183af04c.tar.bz2
opensim-SC_OLD-5b07370ec4634ca4925e8674a8808e35183af04c.tar.xz
Remove erroneous message about hyperlinks when entering an invalid region name
in map search.
Diffstat (limited to 'OpenSim/Region/CoreModules')
-rw-r--r--OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
index 44475a5..f9384e9 100644
--- a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
+++ b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
@@ -96,8 +96,8 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
96 96
97 // try to fetch from GridServer 97 // try to fetch from GridServer
98 List<GridRegion> regionInfos = m_scene.GridService.GetRegionsByName(m_scene.RegionInfo.ScopeID, mapName, 20); 98 List<GridRegion> regionInfos = m_scene.GridService.GetRegionsByName(m_scene.RegionInfo.ScopeID, mapName, 20);
99 if (regionInfos.Count == 0) 99// if (regionInfos.Count == 0)
100 remoteClient.SendAlertMessage("Hyperlink could not be established."); 100// remoteClient.SendAlertMessage("Hyperlink could not be established.");
101 101
102 //m_log.DebugFormat("[MAPSEARCHMODULE]: search {0} returned {1} regions", mapName, regionInfos.Count); 102 //m_log.DebugFormat("[MAPSEARCHMODULE]: search {0} returned {1} regions", mapName, regionInfos.Count);
103 List<MapBlockData> blocks = new List<MapBlockData>(); 103 List<MapBlockData> blocks = new List<MapBlockData>();