diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 17275d0..26e986a 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -1999,8 +1999,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1999 | /// </summary> | 1999 | /// </summary> |
2000 | public void ScheduleGroupForFullUpdate() | 2000 | public void ScheduleGroupForFullUpdate() |
2001 | { | 2001 | { |
2002 | if (IsAttachment) | 2002 | // if (IsAttachment) |
2003 | m_log.DebugFormat("[SOG]: Scheduling full update for {0} {1}", Name, LocalId); | 2003 | // m_log.DebugFormat("[SOG]: Scheduling full update for {0} {1}", Name, LocalId); |
2004 | 2004 | ||
2005 | checkAtTargets(); | 2005 | checkAtTargets(); |
2006 | RootPart.ScheduleFullUpdate(); | 2006 | RootPart.ScheduleFullUpdate(); |