diff options
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 3ac4e5e..aeb97eb 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4840,6 +4840,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4840 | UserProfile.FirstLifeImage = Properties.FLImageID; | 4840 | UserProfile.FirstLifeImage = Properties.FLImageID; |
4841 | UserProfile.Image = Properties.ImageID; | 4841 | UserProfile.Image = Properties.ImageID; |
4842 | UserProfile.ProfileUrl = Utils.BytesToString(Properties.ProfileURL); | 4842 | UserProfile.ProfileUrl = Utils.BytesToString(Properties.ProfileURL); |
4843 | Userprofile.Flags &= ~3; | ||
4844 | Userprofile.Flags |= Properties.AllowPublish ? 1 : 0; | ||
4845 | Userprofile.Flags |= Properties.MaturePublish ? 2 : 0; | ||
4843 | 4846 | ||
4844 | handlerUpdateAvatarProperties(this, UserProfile); | 4847 | handlerUpdateAvatarProperties(this, UserProfile); |
4845 | } | 4848 | } |