Revert "Add line accidentally left out of recent non-root prim sit fix"

Reverting to place on new branch

This reverts commit ed1029712a.
This commit is contained in:
Justin Clark-Casey (justincc)
2013-11-23 02:31:17 +00:00
parent a68d1fad73
commit 1999b218fd

View File

@@ -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);