mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Mantis#2514 & 1375. Thank you kindly, Thomas for a patch that:
Improves ScenePresence.cs for attachments when crossing boundaries between regions.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user