On "show caps", stop excluding the seed cap but do exclude it elsewhere

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-29 20:37:03 +00:00
parent 679a5f6c0b
commit fa63054c4f
4 changed files with 22 additions and 19 deletions

View File

@@ -238,7 +238,8 @@ namespace OpenSim.Region.ClientStack.Linden
return string.Empty;
}
Hashtable caps = m_HostCapsObj.CapsHandlers.CapsDetails;
Hashtable caps = m_HostCapsObj.CapsHandlers.GetCapsDetails(true);
// Add the external too
foreach (KeyValuePair<string, string> kvp in m_HostCapsObj.ExternalCapsHandlers)
caps[kvp.Key] = kvp.Value;