fixed the problem with other avatar's clothes being white.

afrisby
MW 2007-07-28 14:41:52 +00:00
parent e86396ad1f
commit 3edc4cd0d5
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ namespace OpenSim.Region.Environment.Scenes
{ {
this.SendFullUpdateToOtherClient(avatar); this.SendFullUpdateToOtherClient(avatar);
avatar.SendFullUpdateToOtherClient(this); avatar.SendFullUpdateToOtherClient(this);
avatar.SendAppearanceToOtherAgent(this);
} }
} }