Remove dumb "Region found!" message from map search
parent
a8faed6f76
commit
cbae04ba97
OpenSim/Region/CoreModules/World/WorldMap
|
@ -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);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue