mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Changed RequestRootFolder to GetRootFolder
This commit is contained in:
@@ -694,7 +694,7 @@ namespace OpenSim.Framework.Communications
|
||||
// local service (standalone)
|
||||
m_log.Debug("[USERSTORAGE]: using IInventoryService to create user's inventory");
|
||||
m_InventoryService.CreateUserInventory(userProf.ID);
|
||||
InventoryFolderBase rootfolder = m_InventoryService.RequestRootFolder(userProf.ID);
|
||||
InventoryFolderBase rootfolder = m_InventoryService.GetRootFolder(userProf.ID);
|
||||
if (rootfolder != null)
|
||||
userProf.RootInventoryFolderID = rootfolder.ID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user