Fixed borkness with map search introduce by my last changes to it.

This commit is contained in:
Diva Canto
2012-03-20 17:29:34 -07:00
parent 742acc0a3c
commit 9e8b194356

View File

@@ -132,7 +132,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
data.MapImageId = info.TerrainImage;
// ugh! V2-3 is very sensitive about the result being
// exactly the same as the requested name
if (regionInfos.Count == 1)
if (regionInfos.Count == 1 && mapNameOrig.Contains("|") || mapNameOrig.Contains("+"))
data.Name = mapNameOrig;
else
data.Name = info.RegionName;