aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.Framework')
-rw-r--r--OpenSim.Framework/AgentInventory.cs2
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)