diff options
author | Melanie | 2009-12-27 16:01:36 +0000 |
---|---|---|
committer | Melanie | 2009-12-27 16:03:00 +0000 |
commit | d321d23afe62e0e00f774901be3e1d1d0eda8c15 (patch) | |
tree | 59d81ade55b628a8f17fe1335a3fe5e0019feab1 | |
parent | Merge branch 'master' into careminster (diff) | |
download | opensim-SC_OLD-d321d23afe62e0e00f774901be3e1d1d0eda8c15.zip opensim-SC_OLD-d321d23afe62e0e00f774901be3e1d1d0eda8c15.tar.gz opensim-SC_OLD-d321d23afe62e0e00f774901be3e1d1d0eda8c15.tar.bz2 opensim-SC_OLD-d321d23afe62e0e00f774901be3e1d1d0eda8c15.tar.xz |
Fix the spelling :/
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index aeb97eb..8a5f209 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4840,9 +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; | 4843 | UserProfile.Flags &= ~3; |
4844 | Userprofile.Flags |= Properties.AllowPublish ? 1 : 0; | 4844 | UserProfile.Flags |= Properties.AllowPublish ? 1 : 0; |
4845 | Userprofile.Flags |= Properties.MaturePublish ? 2 : 0; | 4845 | UserProfile.Flags |= Properties.MaturePublish ? 2 : 0; |
4846 | 4846 | ||
4847 | handlerUpdateAvatarProperties(this, UserProfile); | 4847 | handlerUpdateAvatarProperties(this, UserProfile); |
4848 | } | 4848 | } |