aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
diff options
context:
space:
mode:
authorDiva Canto2012-03-15 14:55:25 -0700
committerDiva Canto2012-03-15 14:55:25 -0700
commitdf144eb9e23a1a170605b4045f0602f514efb519 (patch)
tree2681cf4cd4dc05f789b42354565c4ad7ee330a55 /OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
parentThese SLURLs are very confusing! -- reverting the revert. Hack is, indeed, ne... (diff)
downloadopensim-SC_OLD-df144eb9e23a1a170605b4045f0602f514efb519.zip
opensim-SC_OLD-df144eb9e23a1a170605b4045f0602f514efb519.tar.gz
opensim-SC_OLD-df144eb9e23a1a170605b4045f0602f514efb519.tar.bz2
opensim-SC_OLD-df144eb9e23a1a170605b4045f0602f514efb519.tar.xz
Revert "Revert "More hacking around viewer bug""
This reverts commit e5612553ce57b6e36cfa59db8450473099054da1.
Diffstat (limited to 'OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
index c8c80db..2064ce3 100644
--- a/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
+++ b/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs
@@ -98,7 +98,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
98 // map name. See https://jira.secondlife.com/browse/VWR-28570 98 // map name. See https://jira.secondlife.com/browse/VWR-28570
99 // 99 //
100 // Caller, use this form instead: 100 // Caller, use this form instead:
101 // secondlife://mygrid.com|8002+Region+Name/128/128 101 // secondlife://mygrid.com|8002|Region+Name/128/128
102 // the hacks we do with this viewer... 102 // the hacks we do with this viewer...
103 // 103 //
104 if (mapName.Contains("|")) 104 if (mapName.Contains("|"))