[Simian]
* (Untested) implementation of ObjectExtraParamsHandler * Fixed several mono compiler warnings and one compiler error * Converted to a non-deprecated method of fetching the local IP address git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2463 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -160,7 +160,8 @@ namespace Simian.Extensions
|
||||
FetchInventoryDescendentsPacket fetch = (FetchInventoryDescendentsPacket)packet;
|
||||
bool sendFolders = fetch.InventoryData.FetchFolders;
|
||||
bool sendItems = fetch.InventoryData.FetchItems;
|
||||
InventorySortOrder order = (InventorySortOrder)fetch.InventoryData.SortOrder;
|
||||
// TODO: Obey SortOrder
|
||||
//InventorySortOrder order = (InventorySortOrder)fetch.InventoryData.SortOrder;
|
||||
|
||||
Dictionary<UUID, InventoryObject> agentInventory = GetAgentInventory(agent.Avatar.ID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user