diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Capabilities/Caps.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Capabilities/Caps.cs b/OpenSim/Region/Capabilities/Caps.cs index 6206f65..fdc21cf 100644 --- a/OpenSim/Region/Capabilities/Caps.cs +++ b/OpenSim/Region/Capabilities/Caps.cs | |||
@@ -125,7 +125,7 @@ namespace OpenSim.Region.Capabilities | |||
125 | string capsBaseUrl = "http://" + m_httpListenerHostName + ":" + m_httpListenPort.ToString() + "/CAPS/" + m_capsObjectPath; | 125 | string capsBaseUrl = "http://" + m_httpListenerHostName + ":" + m_httpListenPort.ToString() + "/CAPS/" + m_capsObjectPath; |
126 | 126 | ||
127 | caps.MapLayer = capsBaseUrl + m_mapLayerPath; | 127 | caps.MapLayer = capsBaseUrl + m_mapLayerPath; |
128 | caps.NewFileAgentInventory = capsBaseUrl + m_newInventory; | 128 | // caps.NewFileAgentInventory = capsBaseUrl + m_newInventory; |
129 | 129 | ||
130 | return caps; | 130 | return caps; |
131 | } | 131 | } |