diff options
author | Diva Canto | 2012-03-15 14:55:25 -0700 |
---|---|---|
committer | Diva Canto | 2012-03-15 14:55:25 -0700 |
commit | df144eb9e23a1a170605b4045f0602f514efb519 (patch) | |
tree | 2681cf4cd4dc05f789b42354565c4ad7ee330a55 | |
parent | These SLURLs are very confusing! -- reverting the revert. Hack is, indeed, ne... (diff) | |
download | opensim-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 '')
-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 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("|")) |