add back cap FetchLib2 and add cap FetchLibDescendents2. Still disabled, Most viewers do not support them. Alchemy is working on it

This commit is contained in:
UbitUmarov
2022-04-22 19:49:16 +01:00
parent 71f856bfa8
commit 0138a43d3c
3 changed files with 10 additions and 32 deletions

View File

@@ -72,9 +72,9 @@ namespace OpenSim.Region.ClientStack.Linden
m_fetchInventory2Url = config.GetString("Cap_FetchInventory2", string.Empty);
m_fetchLib2Url = config.GetString("Cap_FetchLib2", "localhost");
if (m_fetchInventory2Url != string.Empty)
if (m_fetchInventory2Url.Length > 0)
Enabled = true;
if (m_fetchInventory2Url != string.Empty)
if (m_fetchLib2Url.Length > 0)
m_enabledLib = true;
}