From 1999b218fd679166d64c9c7bfabb0c16fbf8aa92 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Sat, 23 Nov 2013 02:31:17 +0000 Subject: Revert "Add line accidentally left out of recent non-root prim sit fix" Reverting to place on new branch This reverts commit ed1029712a85206430fee1d4897d473517728dab. --- OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenSim/Region/Framework/Scenes') 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 // An viewer expects to specify sit positions as offsets to the root prim, even if a child prim is // being sat upon. - offset += part.OffsetPosition; - ControllingClient.SendSitResponse( part.ParentGroup.UUID, offset, sitOrientation, false, cameraAtOffset, cameraEyeOffset, forceMouselook); -- cgit v1.1