diff options
Diffstat (limited to 'OpenSim.Framework/AgentInventory.cs')
-rw-r--r-- | OpenSim.Framework/AgentInventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Framework/AgentInventory.cs b/OpenSim.Framework/AgentInventory.cs index a3c6cec..b28645e 100644 --- a/OpenSim.Framework/AgentInventory.cs +++ b/OpenSim.Framework/AgentInventory.cs | |||
@@ -54,7 +54,7 @@ namespace OpenSim.Framework.Inventory | |||
54 | InventoryRoot.Version = 1; | 54 | InventoryRoot.Version = 1; |
55 | InventoryRoot.DefaultType = 8; | 55 | InventoryRoot.DefaultType = 8; |
56 | InventoryRoot.OwnerID = this.AgentID; | 56 | InventoryRoot.OwnerID = this.AgentID; |
57 | InventoryRoot.FolderName = "My Inventory-"; | 57 | InventoryRoot.FolderName = "My Inventory"; |
58 | InventoryFolders.Add(InventoryRoot.FolderID, InventoryRoot); | 58 | InventoryFolders.Add(InventoryRoot.FolderID, InventoryRoot); |
59 | InventoryRoot.OwnerID = this.AgentID; | 59 | InventoryRoot.OwnerID = this.AgentID; |
60 | if (createTextures) | 60 | if (createTextures) |