diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 6357192..c5a6171 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -2351,7 +2351,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
2351 | /// </summary> | 2351 | /// </summary> |
2352 | /// <param name="partID"></param> | 2352 | /// <param name="partID"></param> |
2353 | /// <param name="sendEvents"></param> | 2353 | /// <param name="sendEvents"></param> |
2354 | /// <returns>The object group of the newly delinked prim.</returns> | 2354 | /// <returns>The object group of the newly delinked prim.</returns> |
2355 | public SceneObjectGroup DelinkFromGroup(SceneObjectPart linkPart, bool sendEvents) | 2355 | public SceneObjectGroup DelinkFromGroup(SceneObjectPart linkPart, bool sendEvents) |
2356 | { | 2356 | { |
2357 | // m_log.DebugFormat( | 2357 | // m_log.DebugFormat( |