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

Reverting to place on new branch

This reverts commit ed1029712a.
master-beforevarregion
Justin Clark-Casey (justincc) 2013-11-23 02:31:17 +00:00
parent a68d1fad73
commit 1999b218fd
1 changed files with 0 additions and 2 deletions

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