Actually update the SP. EXPERIMENTAL
parent
f59e272643
commit
3d319d6c3f
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue