diff options
author | Melanie | 2009-12-27 16:01:36 +0000 |
---|---|---|
committer | Melanie | 2009-12-27 16:01:36 +0000 |
commit | ec4d639a286dd6ad02f044c53e2bc8b18e51f0ea (patch) | |
tree | a8d225cadec6a5a7e3f1e93016d34dd2f5bf45c3 | |
parent | Merge branch 'master' into presence-refactor (diff) | |
download | opensim-SC_OLD-ec4d639a286dd6ad02f044c53e2bc8b18e51f0ea.zip opensim-SC_OLD-ec4d639a286dd6ad02f044c53e2bc8b18e51f0ea.tar.gz opensim-SC_OLD-ec4d639a286dd6ad02f044c53e2bc8b18e51f0ea.tar.bz2 opensim-SC_OLD-ec4d639a286dd6ad02f044c53e2bc8b18e51f0ea.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 096d5e1..6a71540 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4857,9 +4857,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4857 | UserProfile.FirstLifeImage = Properties.FLImageID; | 4857 | UserProfile.FirstLifeImage = Properties.FLImageID; |
4858 | UserProfile.Image = Properties.ImageID; | 4858 | UserProfile.Image = Properties.ImageID; |
4859 | UserProfile.ProfileUrl = Utils.BytesToString(Properties.ProfileURL); | 4859 | UserProfile.ProfileUrl = Utils.BytesToString(Properties.ProfileURL); |
4860 | Userprofile.Flags &= ~3; | 4860 | UserProfile.Flags &= ~3; |
4861 | Userprofile.Flags |= Properties.AllowPublish ? 1 : 0; | 4861 | UserProfile.Flags |= Properties.AllowPublish ? 1 : 0; |
4862 | Userprofile.Flags |= Properties.MaturePublish ? 2 : 0; | 4862 | UserProfile.Flags |= Properties.MaturePublish ? 2 : 0; |
4863 | 4863 | ||
4864 | handlerUpdateAvatarProperties(this, UserProfile); | 4864 | handlerUpdateAvatarProperties(this, UserProfile); |
4865 | } | 4865 | } |