Revert "Introduce SOP.UpdateSitters() to update sitting avatars' chat position if"

This reverts commit f59e272643.
This commit is contained in:
Melanie Thielker
2010-06-14 00:05:01 +02:00
parent 5fda89fdb5
commit f9b4f5f594
2 changed files with 0 additions and 23 deletions

View File

@@ -4720,19 +4720,5 @@ namespace OpenSim.Region.Framework.Scenes
Inventory.UpdateInventoryItem(item);
}
}
public void UpdateSitter()
{
if (m_sitTargetAvatar != UUID.Zero)
return;
ScenePresence p = m_parentGroup.Scene.GetScenePresence(m_sitTargetAvatar);
if (p == null)
return;
// Update sitting avatar chat position
p.AbsolutePosition = AbsolutePosition;
}
}
}