diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 2a917a9..837a994 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -3035,7 +3035,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
3035 | // information that this is due to a teleport/border cross rather than an ordinary attachment. | 3035 | // information that this is due to a teleport/border cross rather than an ordinary attachment. |
3036 | // We currently do this in Scene.MakeRootAgent() instead. | 3036 | // We currently do this in Scene.MakeRootAgent() instead. |
3037 | if (AttachmentsModule != null) | 3037 | if (AttachmentsModule != null) |
3038 | AttachmentsModule.AttachObject(sp, grp, 0, false, false, false, true); | 3038 | AttachmentsModule.AttachObject(sp, grp, 0, false, false, true); |
3039 | } | 3039 | } |
3040 | else | 3040 | else |
3041 | { | 3041 | { |