aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2013-05-06 06:15:47 +0200
committerMelanie2013-05-06 06:15:47 +0200
commitcbae04ba97e1832f25c514685e6af770c5e58d68 (patch)
tree3716f570e63374a3a30bac743d036b80070ef5d3 /OpenSim
parentImplement llSetContentType using the new OpenID auth support for authentication (diff)
downloadopensim-SC_OLD-cbae04ba97e1832f25c514685e6af770c5e58d68.zip
opensim-SC_OLD-cbae04ba97e1832f25c514685e6af770c5e58d68.tar.gz
opensim-SC_OLD-cbae04ba97e1832f25c514685e6af770c5e58d68.tar.bz2
opensim-SC_OLD-cbae04ba97e1832f25c514685e6af770c5e58d68.tar.xz
Remove dumb "Region found!" message from map search
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
index 4c96a50..14deeb6 100644
--- a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
+++ b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
@@ -211,8 +211,8 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
211 { 211 {
212 if (regionInfos.Count == 0) 212 if (regionInfos.Count == 0)
213 remoteClient.SendAgentAlertMessage("No regions found with that name.", true); 213 remoteClient.SendAgentAlertMessage("No regions found with that name.", true);
214 else if (regionInfos.Count == 1) 214// else if (regionInfos.Count == 1)
215 remoteClient.SendAgentAlertMessage("Region found!", false); 215// remoteClient.SendAgentAlertMessage("Region found!", false);
216 } 216 }
217 }); 217 });
218 } 218 }