mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Merge branch 'master' into careminster-presence-refactor
This commit is contained in:
@@ -3264,13 +3264,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