diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs | 4 |
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 | } |