Small fix in Simian's AuthFreeForAll to get persistent inventory functioning. Make sure to delete simian-data.xml and your SL cache first
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2269 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Simian.Extensions
|
||||
// Create some inventory items for appearance
|
||||
UUID clothingFolder = UUID.Random();
|
||||
server.Inventory.CreateFolder(agent.AgentID, clothingFolder, "Clothing", AssetType.Clothing,
|
||||
UUID.Zero, agent.AgentID);
|
||||
agent.InventoryRoot, agent.AgentID);
|
||||
UUID defaultOutfitFolder = UUID.Random();
|
||||
server.Inventory.CreateFolder(agent.AgentID, defaultOutfitFolder, "Default Outfit", AssetType.Unknown,
|
||||
clothingFolder, agent.AgentID);
|
||||
|
||||
Reference in New Issue
Block a user