diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index a46232c..0b8076a 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -2213,7 +2213,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2213 | dupe.Shape.ExtraParams = extraP; | 2213 | dupe.Shape.ExtraParams = extraP; |
2214 | 2214 | ||
2215 | dupe.m_sittingAvatars = new HashSet<ScenePresence>(); | 2215 | dupe.m_sittingAvatars = new HashSet<ScenePresence>(); |
2216 | 2216 | dupe.SitTargetAvatar = UUID.Zero; | |
2217 | // safeguard actual copy is done in sog.copy | 2217 | // safeguard actual copy is done in sog.copy |
2218 | dupe.KeyframeMotion = null; | 2218 | dupe.KeyframeMotion = null; |
2219 | dupe.PayPrice = (int[])PayPrice.Clone(); | 2219 | dupe.PayPrice = (int[])PayPrice.Clone(); |
@@ -4883,6 +4883,7 @@ SendFullUpdateToClient(remoteClient, Position) ignores position parameter | |||
4883 | pa.GravModifier = GravityModifier; | 4883 | pa.GravModifier = GravityModifier; |
4884 | pa.Friction = Friction; | 4884 | pa.Friction = Friction; |
4885 | pa.Restitution = Restitution; | 4885 | pa.Restitution = Restitution; |
4886 | pa.Buoyancy = Buoyancy; | ||
4886 | 4887 | ||
4887 | if(LocalId == ParentGroup.RootPart.LocalId) | 4888 | if(LocalId == ParentGroup.RootPart.LocalId) |
4888 | { | 4889 | { |
@@ -4927,7 +4928,6 @@ SendFullUpdateToClient(remoteClient, Position) ignores position parameter | |||
4927 | { | 4928 | { |
4928 | Velocity = velocity; | 4929 | Velocity = velocity; |
4929 | AngularVelocity = rotationalVelocity; | 4930 | AngularVelocity = rotationalVelocity; |
4930 | pa.RotationalVelocity = rotationalVelocity; | ||
4931 | 4931 | ||
4932 | // if not vehicle and root part apply force and torque | 4932 | // if not vehicle and root part apply force and torque |
4933 | if ((m_vehicleParams == null || m_vehicleParams.Type == Vehicle.TYPE_NONE)) | 4933 | if ((m_vehicleParams == null || m_vehicleParams.Type == Vehicle.TYPE_NONE)) |