More work on UserProfile and inventory cache (still currently not enabled).

Asset uploading over CAPS now works, and although inventory isn't really working yet, this should now at least enables texturing of prims.
This commit is contained in:
MW
2007-07-11 17:47:25 +00:00
parent 9d989612b0
commit 2ceff87a02
15 changed files with 326 additions and 84 deletions

View File

@@ -196,6 +196,7 @@ namespace OpenSim.Assets
public void FetchInventoryDescendents(ClientView userInfo, FetchInventoryDescendentsPacket FetchDescend)
{
if (this._agentsInventory.ContainsKey(userInfo.AgentID))
{
AgentInventory agentInventory = this._agentsInventory[userInfo.AgentID];