mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
On "show caps", stop excluding the seed cap but do exclude it elsewhere
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user