Revert "Fix unsitting of avatar on linked sets"

This reverts commit b492f1ce99.
bulletsim
BlueWall 2011-02-13 00:29:06 -05:00
parent b492f1ce99
commit 0d495ced4c
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ namespace OpenSim.Region.Framework.Scenes
SceneObjectPart part = m_scene.GetSceneObjectPart(m_parentID);
if (part != null)
{
return m_parentPosition + (m_pos * part.RotationOffset);
return m_parentPosition + (m_pos * part.GetWorldRotation());
}
else
{