diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/Scene.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index f2dcae0..5a9f88e 100755 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -2809,8 +2809,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
2809 | } | 2809 | } |
2810 | 2810 | ||
2811 | group.DeleteGroupFromScene(silent); | 2811 | group.DeleteGroupFromScene(silent); |
2812 | if (!silent) | ||
2813 | SendKillObject(new List<uint>() { group.LocalId }); | ||
2814 | 2812 | ||
2815 | // use this to mean also full delete | 2813 | // use this to mean also full delete |
2816 | if (removeScripts) | 2814 | if (removeScripts) |