mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Explicitly set the changed status of the prim groups affected in a delink
Mantis #2484
This commit is contained in:
@@ -1690,6 +1690,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
foreach (SceneObjectGroup g in affectedGroups)
|
||||
{
|
||||
g.TriggerScriptChangedEvent(Changed.LINK);
|
||||
g.HasGroupChanged = true; // Persist
|
||||
g.ScheduleGroupForFullUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user