aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-11-17 07:59:11 +0000
committerUbitUmarov2015-11-17 07:59:11 +0000
commitf7f5aba597d359d28a2bce10e645f9c9827ced9a (patch)
treef2b3bdfbeefdfb123627262e4e30b293b7858601 /OpenSim/Region/Framework/Scenes/Scene.cs
parent work around some 'tests' errors: fix wrong parameters (diff)
downloadopensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.zip
opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.tar.gz
opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.tar.bz2
opensim-SC_OLD-f7f5aba597d359d28a2bce10e645f9c9827ced9a.tar.xz
remove unused parameter
Diffstat (limited to '')
-rwxr-xr-xOpenSim/Region/Framework/Scenes/Scene.cs2
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 {