mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user