diff options
Diffstat (limited to 'OpenSim/Region')
-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("|")) |