LIBOMV-341 Applying Patch from Christopher Omega, Fixes Inventory Unit tests after last patch.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2044 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -978,7 +978,7 @@ namespace OpenMetaverse
|
||||
List<string> options = new List<string>(5);
|
||||
if (Settings.ENABLE_INVENTORY_STORE)
|
||||
{
|
||||
options.Add("inventory_root");
|
||||
options.Add("inventory-root");
|
||||
options.Add("inventory-skeleton");
|
||||
}
|
||||
if (Settings.ENABLE_LIBRARY_STORE)
|
||||
@@ -987,10 +987,13 @@ namespace OpenMetaverse
|
||||
options.Add("inventory-lib-owner");
|
||||
options.Add("inventory-skel-lib");
|
||||
}
|
||||
// Register extra parameters with login and parse the inventory data that comes back
|
||||
_Network.RegisterLoginResponseCallback(
|
||||
new NetworkManager.LoginResponseCallback(Network_OnLoginResponse),
|
||||
options.ToArray());
|
||||
if (Settings.ENABLE_INVENTORY_STORE || Settings.ENABLE_LIBRARY_STORE)
|
||||
{
|
||||
// Register extra parameters with login and parse the inventory data that comes back
|
||||
_Network.RegisterLoginResponseCallback(
|
||||
new NetworkManager.LoginResponseCallback(Network_OnLoginResponse),
|
||||
options.ToArray());
|
||||
}
|
||||
}
|
||||
|
||||
#region Fetch
|
||||
|
||||
Reference in New Issue
Block a user