mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Trigger event with flag CHANGED_LINK when agent sits on objects that have not a sit target defined. This fixes Mantis #4692.
This commit is contained in:
@@ -3251,13 +3251,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
//}
|
||||
}
|
||||
|
||||
public void SetAvatarOnSitTarget(UUID avatarID)
|
||||
{
|
||||
m_sitTargetAvatar = avatarID;
|
||||
if (ParentGroup != null)
|
||||
ParentGroup.TriggerScriptChangedEvent(Changed.LINK);
|
||||
}
|
||||
|
||||
public void SetAxisRotation(int axis, int rotate)
|
||||
{
|
||||
if (m_parentGroup != null)
|
||||
|
||||
Reference in New Issue
Block a user