Mantis#2514 & 1375. Thank you kindly, Thomas for a patch that:

Improves ScenePresence.cs for attachments when crossing boundaries
between regions.
0.6.0-stable
Charles Krinke 2008-11-06 19:04:56 +00:00
parent 8477aab8e0
commit 563d583973
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ namespace OpenSim.Region.Environment.Scenes
private static readonly Vector3 m_sitTargetCorrectionOffset = new Vector3(0.1f, 0.0f, 0.3f);
private float m_godlevel = 0;
private bool m_attachmentsTransported = false;
private bool m_attachmentsTransported = true;
private bool m_invulnerable = true;