aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2009-12-27 16:01:36 +0000
committerMelanie2009-12-27 16:02:31 +0000
commit3ec8e8e40b39cdd1643618a9a416a6b17d6e8685 (patch)
tree2d795b9bf3f6821f04dbdae37d5a96eb131bf5f7 /OpenSim
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC_OLD-3ec8e8e40b39cdd1643618a9a416a6b17d6e8685.zip
opensim-SC_OLD-3ec8e8e40b39cdd1643618a9a416a6b17d6e8685.tar.gz
opensim-SC_OLD-3ec8e8e40b39cdd1643618a9a416a6b17d6e8685.tar.bz2
opensim-SC_OLD-3ec8e8e40b39cdd1643618a9a416a6b17d6e8685.tar.xz
Fix the spelling :/
Diffstat (limited to 'OpenSim')
-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 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 }