diff options
author | Diva Canto | 2012-03-15 14:36:29 -0700 |
---|---|---|
committer | Diva Canto | 2012-03-15 14:36:29 -0700 |
commit | e5612553ce57b6e36cfa59db8450473099054da1 (patch) | |
tree | e8098632b9c52f9483765eda7098700a47941bdd | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-e5612553ce57b6e36cfa59db8450473099054da1.zip opensim-SC_OLD-e5612553ce57b6e36cfa59db8450473099054da1.tar.gz opensim-SC_OLD-e5612553ce57b6e36cfa59db8450473099054da1.tar.bz2 opensim-SC_OLD-e5612553ce57b6e36cfa59db8450473099054da1.tar.xz |
Revert "More hacking around viewer bug"
This reverts commit 10731732b4d40ec9d9e7a21f406a3d2b5dfc1075.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs | 2 |
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("|")) |