Yeackk bad bad typo

master
UbitUmarov 2020-05-26 14:46:15 +01:00
parent 8a9ebe48ce
commit d2dbe3f4d0
1 changed files with 1 additions and 1 deletions

View File

@ -1572,7 +1572,7 @@ namespace OpenSim.Region.Framework.Scenes.Serialization
WriteVector(writer, "SitTargetPosition", sop.SitTargetPosition);
WriteVector(writer, "SitTargetPositionLL", sop.SitTargetPositionLL);
WriteQuaternion(writer, "SitTargetOrientationLL", sop.SitTargetOrientationLL);
if(sop.StandOffset != Vector3.Zero);
if(sop.StandOffset != Vector3.Zero)
WriteVector(writer, "StandTarget", sop.StandOffset);
writer.WriteElementString("ParentID", sop.ParentID.ToString());
writer.WriteElementString("CreationDate", sop.CreationDate.ToString());