Get rid of some debug chatter that someone who can't spell left behind. ;)

avinationmerge
meta7 2010-08-07 17:33:27 -07:00
parent acb1590cf0
commit b771965f28
1 changed files with 1 additions and 2 deletions

View File

@ -2378,8 +2378,7 @@ namespace OpenSim.Region.Framework.Scenes
m_bodyRot = sitTargetOrient;
m_parentPosition = part.AbsolutePosition;
part.IsOccupied = true;
part.ParentGroup.AddAvatar(agentID);
Console.WriteLine("Scripted Sit ofset {0}", m_pos);
part.ParentGroup.AddAvatar(agentID);
}
else
{