remove messing with KeyframeMotion on attach

This commit is contained in:
UbitUmarov
2014-09-09 03:54:27 +01:00
parent b732ee8d27
commit f4efa25820

View File

@@ -920,8 +920,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
foreach (SceneObjectPart part in so.Parts)
{
if (part.KeyframeMotion != null)
part.KeyframeMotion.Suspend();
// if (part.KeyframeMotion != null)
// part.KeyframeMotion.Suspend();
if (part.PhysActor != null)
{