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

0.7.3-post-fixes
Diva Canto 2012-03-20 17:29:34 -07:00
parent 92baa79253
commit fa30ace67d
1 changed files with 1 additions and 1 deletions

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;