Revert "Place instrumentation in the proper place. This needs reverting, too!"

This reverts commit d9b0b03aa3.
avinationmerge
Melanie 2012-07-12 01:01:29 +02:00
parent c66367e619
commit bae35ad97e
1 changed files with 1 additions and 1 deletions

View File

@ -2045,8 +2045,8 @@ namespace OpenSim.Region.Framework.Scenes
{
part.KeyframeMotion = KeyframeMotion.FromData(backup_group, part.KeyframeMotion.Serialize());
part.KeyframeMotion.UpdateSceneObject(this);
part.SuppressFinalizerLogging = true;
}
part.SuppressFinalizerLogging = true;
});
datastore.StoreObject(backup_group, m_scene.RegionInfo.RegionID);