mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Adam proudly presents: A new user/login server - fresh to you from his desktop, and completely untested!
This commit is contained in:
@@ -54,7 +54,7 @@ namespace OpenSim.Framework.Inventory
|
||||
InventoryRoot.Version = 1;
|
||||
InventoryRoot.DefaultType = 8;
|
||||
InventoryRoot.OwnerID = this.AgentID;
|
||||
InventoryRoot.FolderName = "My Inventory-";
|
||||
InventoryRoot.FolderName = "My Inventory";
|
||||
InventoryFolders.Add(InventoryRoot.FolderID, InventoryRoot);
|
||||
InventoryRoot.OwnerID = this.AgentID;
|
||||
if (createTextures)
|
||||
|
||||
Reference in New Issue
Block a user