aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
index 8a024b7..908bb0d 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
@@ -1063,7 +1063,8 @@ namespace OpenSim.Region.Environment.Scenes
1063 1063
1064 /// <summary> 1064 /// <summary>
1065 /// Delete this group from its scene and tell all the scene presences about that deletion. 1065 /// Delete this group from its scene and tell all the scene presences about that deletion.
1066 /// </summary> 1066 /// </summary>
1067 /// <param name="silent">Broadcast deletions to all clients.</param>
1067 public void DeleteGroup(bool silent) 1068 public void DeleteGroup(bool silent)
1068 { 1069 {
1069 // We need to keep track of this state in case this group is still queued for backup. 1070 // We need to keep track of this state in case this group is still queued for backup.