Fix the spelling :/

slimupdates
Melanie 2009-12-27 16:01:36 +00:00
rodič 769dad2783
revize ec4d639a28
1 změnil soubory, kde provedl 3 přidání a 3 odebrání

Zobrazit soubor

@ -4857,9 +4857,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
UserProfile.FirstLifeImage = Properties.FLImageID; UserProfile.FirstLifeImage = Properties.FLImageID;
UserProfile.Image = Properties.ImageID; UserProfile.Image = Properties.ImageID;
UserProfile.ProfileUrl = Utils.BytesToString(Properties.ProfileURL); UserProfile.ProfileUrl = Utils.BytesToString(Properties.ProfileURL);
Userprofile.Flags &= ~3; UserProfile.Flags &= ~3;
Userprofile.Flags |= Properties.AllowPublish ? 1 : 0; UserProfile.Flags |= Properties.AllowPublish ? 1 : 0;
Userprofile.Flags |= Properties.MaturePublish ? 2 : 0; UserProfile.Flags |= Properties.MaturePublish ? 2 : 0;
handlerUpdateAvatarProperties(this, UserProfile); handlerUpdateAvatarProperties(this, UserProfile);
} }