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

This commit is contained in:
Melanie
2012-02-01 09:38:20 +00:00
parent fcc1fa2c32
commit c08d6df7e1

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
{