Eliminate multiple updates on link/unlink

This commit is contained in:
Melanie
2009-12-06 00:02:24 +00:00
parent f8cc409034
commit e3a22ff37d
3 changed files with 14 additions and 4 deletions

View File

@@ -1593,6 +1593,8 @@ namespace OpenSim.Region.Framework.Scenes
// occur on link to invoke this elsewhere (such as object selection)
parentGroup.RootPart.AddFlag(PrimFlags.CreateSelected);
parentGroup.TriggerScriptChangedEvent(Changed.LINK);
parentGroup.HasGroupChanged = true;
parentGroup.ScheduleGroupForFullUpdate();
if (client != null)
{