Remove dumb "Region found!" message from map search

avinationmerge
Melanie 2013-05-06 06:15:47 +02:00
parent a8faed6f76
commit cbae04ba97
1 changed files with 2 additions and 2 deletions

View File

@ -211,8 +211,8 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
{ {
if (regionInfos.Count == 0) if (regionInfos.Count == 0)
remoteClient.SendAgentAlertMessage("No regions found with that name.", true); remoteClient.SendAgentAlertMessage("No regions found with that name.", true);
else if (regionInfos.Count == 1) // else if (regionInfos.Count == 1)
remoteClient.SendAgentAlertMessage("Region found!", false); // remoteClient.SendAgentAlertMessage("Region found!", false);
} }
}); });
} }