Store and retrieve user profile url at runtime
Not yet persisted
Thanks Fly-Man
This commit is contained in:
Justin Clark-Casey (justincc)
2009-08-11 17:29:15 +01:00
parent a52b5e46c0
commit 655438a59d
3 changed files with 14 additions and 1 deletions

View File

@@ -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);
}