Report current position instead of position at the time we sat down

This commit is contained in:
Melanie Thielker
2010-06-14 00:02:17 +02:00
parent d520360cb8
commit 62763cc0fb
2 changed files with 8 additions and 1 deletions

View File

@@ -4732,7 +4732,7 @@ namespace OpenSim.Region.Framework.Scenes
// Update sitting avatar chat position
p.AbsolutePosition = GroupPosition;
p.AbsolutePosition = GroupPosition + OffsetPosition + m_sitTargetPosition;
}
}
}