aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorMelanie2009-12-27 16:01:36 +0000
committerMelanie2009-12-27 16:03:00 +0000
commitd321d23afe62e0e00f774901be3e1d1d0eda8c15 (patch)
tree59d81ade55b628a8f17fe1335a3fe5e0019feab1 /OpenSim/Region
parentMerge branch 'master' into careminster (diff)
downloadopensim-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 :/
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs6
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 }