aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 17b6126..ea8e4fe 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2314,8 +2314,6 @@ namespace OpenSim.Region.Framework.Scenes
2314 2314
2315 // An viewer expects to specify sit positions as offsets to the root prim, even if a child prim is 2315 // An viewer expects to specify sit positions as offsets to the root prim, even if a child prim is
2316 // being sat upon. 2316 // being sat upon.
2317 offset += part.OffsetPosition;
2318
2319 ControllingClient.SendSitResponse( 2317 ControllingClient.SendSitResponse(
2320 part.ParentGroup.UUID, offset, sitOrientation, false, cameraAtOffset, cameraEyeOffset, forceMouselook); 2318 part.ParentGroup.UUID, offset, sitOrientation, false, cameraAtOffset, cameraEyeOffset, forceMouselook);
2321 2319