Revert "Place instrumentation in the proper place. This needs reverting, too!"
This reverts commit d9b0b03aa3
.
avinationmerge
parent
c66367e619
commit
bae35ad97e
|
@ -2045,8 +2045,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
part.KeyframeMotion = KeyframeMotion.FromData(backup_group, part.KeyframeMotion.Serialize());
|
part.KeyframeMotion = KeyframeMotion.FromData(backup_group, part.KeyframeMotion.Serialize());
|
||||||
part.KeyframeMotion.UpdateSceneObject(this);
|
part.KeyframeMotion.UpdateSceneObject(this);
|
||||||
|
part.SuppressFinalizerLogging = true;
|
||||||
}
|
}
|
||||||
part.SuppressFinalizerLogging = true;
|
|
||||||
});
|
});
|
||||||
|
|
||||||
datastore.StoreObject(backup_group, m_scene.RegionInfo.RegionID);
|
datastore.StoreObject(backup_group, m_scene.RegionInfo.RegionID);
|
||||||
|
|
Loading…
Reference in New Issue