remove messing with KeyframeMotion on attach

avinationmerge
UbitUmarov 2014-09-09 03:54:27 +01:00
parent b732ee8d27
commit f4efa25820
1 changed files with 2 additions and 2 deletions

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