aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorDiva Canto2012-03-15 14:38:03 -0700
committerDiva Canto2012-03-15 14:38:03 -0700
commit0434758a0d2d968063456a4b903a5251d2e437ab (patch)
tree4cb05aca6c7c1bb9d788437156e8a39d68b3f547 /OpenSim/Region
parentMore hacking around viewer bug (diff)
downloadopensim-SC_OLD-0434758a0d2d968063456a4b903a5251d2e437ab.zip
opensim-SC_OLD-0434758a0d2d968063456a4b903a5251d2e437ab.tar.gz
opensim-SC_OLD-0434758a0d2d968063456a4b903a5251d2e437ab.tar.bz2
opensim-SC_OLD-0434758a0d2d968063456a4b903a5251d2e437ab.tar.xz
Revert "More hacking around viewer bug"
This reverts commit 8bb0a710836c5c669a96f7a602b48fdda3923574.
Diffstat (limited to 'OpenSim/Region')
-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 2064ce3..c8c80db 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("|"))