mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Re-adding a conditional in UserManager that was removed with arthusv's commit. Changing new inventory ops to POST.
This commit is contained in:
@@ -698,7 +698,7 @@ namespace OpenSim.Framework.Communications
|
||||
if (rootfolder != null)
|
||||
userProf.RootInventoryFolderID = rootfolder.ID;
|
||||
}
|
||||
else
|
||||
else if (m_commsManager.InterServiceInventoryService != null)
|
||||
{
|
||||
// used by the user server
|
||||
m_log.Debug("[USERSTORAGE]: using m_commsManager.InterServiceInventoryService to create user's inventory");
|
||||
|
||||
Reference in New Issue
Block a user