diff options
author | Justin Clark-Casey (justincc) | 2011-11-29 20:37:03 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-29 20:37:03 +0000 |
commit | fa63054c4f5cf970922c2fef386b084272c5491c (patch) | |
tree | f8c8e596a9818a5335ec5fa3c92afa633ac2c4be /OpenSim/Region/ClientStack/Linden | |
parent | With "debug http 1", show the path with the query string instead of just the ... (diff) | |
download | opensim-SC_OLD-fa63054c4f5cf970922c2fef386b084272c5491c.zip opensim-SC_OLD-fa63054c4f5cf970922c2fef386b084272c5491c.tar.gz opensim-SC_OLD-fa63054c4f5cf970922c2fef386b084272c5491c.tar.bz2 opensim-SC_OLD-fa63054c4f5cf970922c2fef386b084272c5491c.tar.xz |
On "show caps", stop excluding the seed cap but do exclude it elsewhere
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs index 8f0ae76..07b4df3 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs | |||
@@ -238,7 +238,8 @@ namespace OpenSim.Region.ClientStack.Linden | |||
238 | return string.Empty; | 238 | return string.Empty; |
239 | } | 239 | } |
240 | 240 | ||
241 | Hashtable caps = m_HostCapsObj.CapsHandlers.CapsDetails; | 241 | Hashtable caps = m_HostCapsObj.CapsHandlers.GetCapsDetails(true); |
242 | |||
242 | // Add the external too | 243 | // Add the external too |
243 | foreach (KeyValuePair<string, string> kvp in m_HostCapsObj.ExternalCapsHandlers) | 244 | foreach (KeyValuePair<string, string> kvp in m_HostCapsObj.ExternalCapsHandlers) |
244 | caps[kvp.Key] = kvp.Value; | 245 | caps[kvp.Key] = kvp.Value; |