Merge branch 'master' into careminster-presence-refactor

This commit is contained in:
Melanie
2010-09-07 11:51:26 +01:00

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