diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 5337835..911a3e4 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2739,7 +2739,10 @@ namespace OpenSim.Region.Framework.Scenes | |||
2739 | // "[ATTACHMENT]: Attach to avatar {0} at position {1}", sp.UUID, grp.AbsolutePosition); | 2739 | // "[ATTACHMENT]: Attach to avatar {0} at position {1}", sp.UUID, grp.AbsolutePosition); |
2740 | 2740 | ||
2741 | RootPrim.RemFlag(PrimFlags.TemporaryOnRez); | 2741 | RootPrim.RemFlag(PrimFlags.TemporaryOnRez); |
2742 | 2742 | ||
2743 | // We must currently not resume scripts at this stage since AttachmentsModule does not have the | ||
2744 | // information that this is due to a teleport/border cross rather than an ordinary attachment. | ||
2745 | // We currently do this in Scene.MakeRootAgent() instead. | ||
2743 | if (AttachmentsModule != null) | 2746 | if (AttachmentsModule != null) |
2744 | AttachmentsModule.AttachObject(sp, grp, 0, false, false, true); | 2747 | AttachmentsModule.AttachObject(sp, grp, 0, false, false, true); |
2745 | } | 2748 | } |