mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Eliminate multiple updates on link/unlink
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user