diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index ea8e4fe..17b6126 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2314,6 +2314,8 @@ 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 | |||
2317 | ControllingClient.SendSitResponse( | 2319 | ControllingClient.SendSitResponse( |
2318 | part.ParentGroup.UUID, offset, sitOrientation, false, cameraAtOffset, cameraEyeOffset, forceMouselook); | 2320 | part.ParentGroup.UUID, offset, sitOrientation, false, cameraAtOffset, cameraEyeOffset, forceMouselook); |
2319 | 2321 | ||