Prevent a changed attachment that has been saved from being saved again.

iar_mods
Melanie 2012-02-01 09:38:20 +00:00
parent fcc1fa2c32
commit c08d6df7e1
1 changed files with 1 additions and 0 deletions

View File

@ -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
{