mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Store and retrieve user profile url at runtime Not yet persisted Thanks Fly-Man
This commit is contained in:
@@ -4954,6 +4954,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
UserProfile.FirstLifeAboutText = Utils.BytesToString(Properties.FLAboutText);
|
||||
UserProfile.FirstLifeImage = Properties.FLImageID;
|
||||
UserProfile.Image = Properties.ImageID;
|
||||
UserProfile.ProfileUrl = Utils.BytesToString(Properties.ProfileURL);
|
||||
|
||||
handlerUpdateAvatarProperties(this, UserProfile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user