mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Now also enabled Inventory persistence in standalone mode when account Authentication is turned off.
This commit is contained in:
@@ -47,6 +47,10 @@ namespace OpenSim.Region.Communications.Local
|
||||
this.m_userManager.AddUserProfile(firstname, lastname, "test", defaultHomeX, defaultHomeY);
|
||||
|
||||
profile = this.m_userManager.getUserProfile(firstname, lastname);
|
||||
if (profile != null)
|
||||
{
|
||||
m_Parent.InvenServices.CreateNewUserInventory(profile.UUID);
|
||||
}
|
||||
|
||||
return profile;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user