Explicitly set the changed status of the prim groups affected in a delink

Mantis #2484
0.6.6-post-fixes
Melanie Thielker 2009-06-02 08:19:32 +00:00
parent 63a499c569
commit aec5dc677d
1 changed files with 1 additions and 0 deletions

View File

@ -1690,6 +1690,7 @@ namespace OpenSim.Region.Framework.Scenes
foreach (SceneObjectGroup g in affectedGroups)
{
g.TriggerScriptChangedEvent(Changed.LINK);
g.HasGroupChanged = true; // Persist
g.ScheduleGroupForFullUpdate();
}
}