Revert "Fix issue where sitting on non-root linked prims would send camera to wrong position in third-person and mouselook"

Reverting to place on separate branch

This reverts commit ff4e7de776.
This commit is contained in:
Justin Clark-Casey (justincc)
2013-11-23 02:31:39 +00:00
parent 1999b218fd
commit 60e049ea39
2 changed files with 3 additions and 14 deletions

View File

@@ -5218,13 +5218,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
update.NameValue = Utils.StringToBytes("FirstName STRING RW SV " + data.Firstname + "\nLastName STRING RW SV " +
data.Lastname + "\nTitle STRING RW SV " + data.Grouptitle);
update.ObjectData = objectData;
SceneObjectPart parentPart = data.ParentPart;
if (parentPart != null)
update.ParentID = parentPart.ParentGroup.LocalId;
else
update.ParentID = 0;
update.ParentID = data.ParentID;
update.PathCurve = 16;
update.PathScaleX = 100;
update.PathScaleY = 100;