Actually update the SP. EXPERIMENTAL

This commit is contained in:
Melanie Thielker
2010-06-13 22:23:07 +02:00
parent f59e272643
commit 3d319d6c3f

View File

@@ -4726,7 +4726,13 @@ namespace OpenSim.Region.Framework.Scenes
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;
}
}
}