fixed the problem with other avatar's clothes being white.
parent
e86396ad1f
commit
3edc4cd0d5
|
@ -444,6 +444,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
{
|
{
|
||||||
this.SendFullUpdateToOtherClient(avatar);
|
this.SendFullUpdateToOtherClient(avatar);
|
||||||
avatar.SendFullUpdateToOtherClient(this);
|
avatar.SendFullUpdateToOtherClient(this);
|
||||||
|
avatar.SendAppearanceToOtherAgent(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue