mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
New Inventory folder should now be stored to the inventory server/database. This also seems to fix the problem of Body parts not being persisted properly.
This commit is contained in:
@@ -81,6 +81,7 @@ namespace OpenSim.Grid.InventoryServer
|
||||
|
||||
public bool AddInventoryFolder( InventoryFolderBase folder)
|
||||
{
|
||||
Console.WriteLine("creating new folder for " + folder.agentID.ToString());
|
||||
AddNewInventoryFolder(folder.agentID, folder);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user