test ....

avinationmerge
UbitUmarov 2014-08-19 19:56:43 +01:00
parent cca2ae3c89
commit 6aa60a5d97
1 changed files with 1 additions and 1 deletions

View File

@ -5982,7 +5982,7 @@ namespace OpenSim.Region.Framework.Scenes
SendAppearanceToAgent(p); SendAppearanceToAgent(p);
if (Animator != null) if (Animator != null)
Animator.SendAnimPackToClient(p.ControllingClient); Animator.SendAnimPackToClient(p.ControllingClient);
SendAttachmentsToAgentNF(p); SendAttachmentsToAgentNFPK(p);
} }
} }