aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xOpenSim/Region/Framework/Scenes/SceneGraph.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index 238ec8e..1141f54 100755
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1660,7 +1660,7 @@ namespace OpenSim.Region.Framework.Scenes
1660 if (part != null) 1660 if (part != null)
1661 { 1661 {
1662 part.UpdateExtraPhysics(PhysData); 1662 part.UpdateExtraPhysics(PhysData);
1663 if (part.UpdatePhysRequired && remoteClient != null) 1663 if (remoteClient != null)
1664 remoteClient.SendPartPhysicsProprieties(part); 1664 remoteClient.SendPartPhysicsProprieties(part);
1665 } 1665 }
1666 } 1666 }