aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDiva Canto2012-03-15 16:14:07 -0700
committerDiva Canto2012-03-15 16:14:07 -0700
commit02db31db6ae79d0b32dfdb072ba5fc9edf1302e6 (patch)
tree346a5bef1b74d9182434929c65802220eed8266d
parentRevert "Revert "Hack around https://jira.secondlife.com/browse/VWR-28570"" (diff)
downloadopensim-SC_OLD-02db31db6ae79d0b32dfdb072ba5fc9edf1302e6.zip
opensim-SC_OLD-02db31db6ae79d0b32dfdb072ba5fc9edf1302e6.tar.gz
opensim-SC_OLD-02db31db6ae79d0b32dfdb072ba5fc9edf1302e6.tar.bz2
opensim-SC_OLD-02db31db6ae79d0b32dfdb072ba5fc9edf1302e6.tar.xz
Revert "Revert "More hacking around viewer bug""
This reverts commit 0434758a0d2d968063456a4b903a5251d2e437ab.
-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("|"))