mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
One should not copy/paste so much :)
This commit is contained in:
@@ -4857,9 +4857,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
UserProfile.FirstLifeImage = Properties.FLImageID;
|
||||
UserProfile.Image = Properties.ImageID;
|
||||
UserProfile.ProfileUrl = Utils.BytesToString(Properties.ProfileURL);
|
||||
UserProfile.Flags &= ~3;
|
||||
UserProfile.Flags |= Properties.AllowPublish ? 1 : 0;
|
||||
UserProfile.Flags |= Properties.MaturePublish ? 2 : 0;
|
||||
UserProfile.UserFlags &= ~3;
|
||||
UserProfile.UserFlags |= Properties.AllowPublish ? 1 : 0;
|
||||
UserProfile.UserFlags |= Properties.MaturePublish ? 2 : 0;
|
||||
|
||||
handlerUpdateAvatarProperties(this, UserProfile);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user