mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 19:35:41 +08:00
Fix config so that you can have both WebFetchInventoryDescendents and FetchInvnetoryDescendents2 caps active at once
This commit is contained in:
@@ -121,7 +121,8 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
{
|
||||
if (m_webFetchInventoryDescendentsUrl != "")
|
||||
RegisterFetchCap(agentID, caps, "WebFetchInventoryDescendents", m_webFetchInventoryDescendentsUrl);
|
||||
else if (m_fetchInventoryDescendents2Url != "")
|
||||
|
||||
if (m_fetchInventoryDescendents2Url != "")
|
||||
RegisterFetchCap(agentID, caps, "FetchInventoryDescendents2", m_fetchInventoryDescendents2Url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user