diff options
author | UbitUmarov | 2014-08-19 19:56:43 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-19 19:56:43 +0100 |
commit | 6aa60a5d970ef88cce639c92184e0590c2f25903 (patch) | |
tree | 988c4bcda5bb26b0cc9dd4940bf2491719c06c26 | |
parent | test (diff) | |
download | opensim-SC_OLD-6aa60a5d970ef88cce639c92184e0590c2f25903.zip opensim-SC_OLD-6aa60a5d970ef88cce639c92184e0590c2f25903.tar.gz opensim-SC_OLD-6aa60a5d970ef88cce639c92184e0590c2f25903.tar.bz2 opensim-SC_OLD-6aa60a5d970ef88cce639c92184e0590c2f25903.tar.xz |
test ....
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index ad70ce3..a1d40fd 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -5982,7 +5982,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
5982 | SendAppearanceToAgent(p); | 5982 | SendAppearanceToAgent(p); |
5983 | if (Animator != null) | 5983 | if (Animator != null) |
5984 | Animator.SendAnimPackToClient(p.ControllingClient); | 5984 | Animator.SendAnimPackToClient(p.ControllingClient); |
5985 | SendAttachmentsToAgentNF(p); | 5985 | SendAttachmentsToAgentNFPK(p); |
5986 | } | 5986 | } |
5987 | } | 5987 | } |
5988 | 5988 | ||