mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Revert "Introduce SOP.UpdateSitters() to update sitting avatars' chat position if"
This reverts commit f59e272643.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user