Remove erroneous message about hyperlinks when entering an invalid region name

in map search.
avinationmerge
Melanie 2011-12-05 21:26:06 +01:00
parent bc17e2e9cf
commit 5b07370ec4
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
// try to fetch from GridServer
List<GridRegion> regionInfos = m_scene.GridService.GetRegionsByName(m_scene.RegionInfo.ScopeID, mapName, 20);
if (regionInfos.Count == 0)
remoteClient.SendAlertMessage("Hyperlink could not be established.");
// if (regionInfos.Count == 0)
// remoteClient.SendAlertMessage("Hyperlink could not be established.");
//m_log.DebugFormat("[MAPSEARCHMODULE]: search {0} returned {1} regions", mapName, regionInfos.Count);
List<MapBlockData> blocks = new List<MapBlockData>();