mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Getting rid of the dead field RootInventoryFolderId on UserProfileData, It's not even stored in mysql.
Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
@@ -527,7 +527,6 @@ namespace OpenSim.Region.CoreModules.InterGrid
|
||||
userProfile.Partner = UUID.Zero;
|
||||
userProfile.PasswordHash = "$1$";
|
||||
userProfile.PasswordSalt = "";
|
||||
userProfile.RootInventoryFolderID = UUID.Zero;
|
||||
userProfile.SurName = agentData.lastname;
|
||||
userProfile.UserAssetURI = homeScene.CommsManager.NetworkServersInfo.AssetURL;
|
||||
userProfile.UserFlags = 0;
|
||||
|
||||
Reference in New Issue
Block a user