Merge branch 'master' into careminster-presence-refactor

avinationmerge
Melanie 2010-09-07 11:51:26 +01:00
commit 2684ca0838
1 changed files with 2 additions and 0 deletions

View File

@ -1693,6 +1693,8 @@ namespace OpenSim.Region.Framework.Scenes
// Unlink all child parts from their groups
//
child.ParentGroup.DelinkFromGroup(child, true);
child.ParentGroup.HasGroupChanged = true;
child.ParentGroup.ScheduleGroupForFullUpdate();
}
}
finally