aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
diff options
context:
space:
mode:
authorMarck2010-12-12 20:06:23 +0100
committerMarck2010-12-12 20:12:34 +0100
commit7f0350b98858309d8c6e8b7689c2efdf12ca60b9 (patch)
tree64847caf1cdd0350d03394dfbf99b9958b861122 /OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
parentFixed wrong configuration variable names. (diff)
downloadopensim-SC_OLD-7f0350b98858309d8c6e8b7689c2efdf12ca60b9.zip
opensim-SC_OLD-7f0350b98858309d8c6e8b7689c2efdf12ca60b9.tar.gz
opensim-SC_OLD-7f0350b98858309d8c6e8b7689c2efdf12ca60b9.tar.bz2
opensim-SC_OLD-7f0350b98858309d8c6e8b7689c2efdf12ca60b9.tar.xz
Trigger event with flag CHANGED_LINK when agent sits on objects that have not a sit target defined. This fixes Mantis #4692.
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectPart.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index f87056e..4fcd8f5 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -3251,13 +3251,6 @@ namespace OpenSim.Region.Framework.Scenes
3251 //} 3251 //}
3252 } 3252 }
3253 3253
3254 public void SetAvatarOnSitTarget(UUID avatarID)
3255 {
3256 m_sitTargetAvatar = avatarID;
3257 if (ParentGroup != null)
3258 ParentGroup.TriggerScriptChangedEvent(Changed.LINK);
3259 }
3260
3261 public void SetAxisRotation(int axis, int rotate) 3254 public void SetAxisRotation(int axis, int rotate)
3262 { 3255 {
3263 if (m_parentGroup != null) 3256 if (m_parentGroup != null)