diff options
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs index 6371a1f..3ae0dea 100644 --- a/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs | |||
@@ -920,8 +920,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments | |||
920 | 920 | ||
921 | foreach (SceneObjectPart part in so.Parts) | 921 | foreach (SceneObjectPart part in so.Parts) |
922 | { | 922 | { |
923 | if (part.KeyframeMotion != null) | 923 | // if (part.KeyframeMotion != null) |
924 | part.KeyframeMotion.Suspend(); | 924 | // part.KeyframeMotion.Suspend(); |
925 | 925 | ||
926 | if (part.PhysActor != null) | 926 | if (part.PhysActor != null) |
927 | { | 927 | { |