diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index e362063..ebde92e 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -3508,9 +3508,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
3508 | } | 3508 | } |
3509 | 3509 | ||
3510 | 3510 | ||
3511 | if (!IsSatOnObject && Animator != null) | ||
3512 | Animator.UpdateMovementAnimations(); | ||
3513 | |||
3514 | // This agent just became root. We are going to tell everyone about it. The process of | 3511 | // This agent just became root. We are going to tell everyone about it. The process of |
3515 | // getting other avatars information was initiated elsewhere immediately after the child circuit connected... don't do it | 3512 | // getting other avatars information was initiated elsewhere immediately after the child circuit connected... don't do it |
3516 | // again here... this comes after the cached appearance check because the avatars | 3513 | // again here... this comes after the cached appearance check because the avatars |