Prevent a changed attachment that has been saved from being saved again.
parent
fcc1fa2c32
commit
c08d6df7e1
|
@ -500,6 +500,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
|||
if (sp.ControllingClient != null)
|
||||
sp.ControllingClient.SendInventoryItemCreateUpdate(item, 0);
|
||||
}
|
||||
grp.HasGroupChanged = false; // Prevent it being saved over and over
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue