diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 33c1c4e..c17961b 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -4922,7 +4922,7 @@ SendFullUpdateToClient(remoteClient, Position) ignores position parameter | |||
4922 | } | 4922 | } |
4923 | } | 4923 | } |
4924 | 4924 | ||
4925 | if (applyDynamics && LocalId != ParentGroup.RootPart.LocalId) | 4925 | if (applyDynamics && LocalId == ParentGroup.RootPart.LocalId) |
4926 | // do independent of isphysical so parameters get setted (at least some) | 4926 | // do independent of isphysical so parameters get setted (at least some) |
4927 | { | 4927 | { |
4928 | Velocity = velocity; | 4928 | Velocity = velocity; |