last merging of sog m_linkedAvatars into m_sittingAvatars - untested.

This commit is contained in:
UbitUmarov
2015-09-21 21:49:51 +01:00
parent a6b8cc9887
commit 032958709b
2 changed files with 6 additions and 49 deletions

View File

@@ -878,7 +878,7 @@ namespace OpenSim.Region.Framework.Scenes
if (!m_parentGroup.m_dupeInProgress)
{
List<ScenePresence> avs = ParentGroup.GetLinkedAvatars();
List<ScenePresence> avs = ParentGroup.GetSittingAvatars();
foreach (ScenePresence av in avs)
{
if (av.ParentID == m_localId)