diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 18e7b79..f74fd5d 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1606,17 +1606,17 @@ namespace OpenSim.Region.Framework.Scenes | |||
1606 | parentGroup.HasGroupChanged = true; | 1606 | parentGroup.HasGroupChanged = true; |
1607 | parentGroup.ScheduleGroupForFullUpdate(); | 1607 | parentGroup.ScheduleGroupForFullUpdate(); |
1608 | 1608 | ||
1609 | if (client != null) | 1609 | // if (client != null) |
1610 | { | 1610 | // { |
1611 | parentGroup.GetProperties(client); | 1611 | // parentGroup.GetProperties(client); |
1612 | } | 1612 | // } |
1613 | else | 1613 | // else |
1614 | { | 1614 | // { |
1615 | foreach (ScenePresence p in GetScenePresences()) | 1615 | // foreach (ScenePresence p in GetScenePresences()) |
1616 | { | 1616 | // { |
1617 | parentGroup.GetProperties(p.ControllingClient); | 1617 | // parentGroup.GetProperties(p.ControllingClient); |
1618 | } | 1618 | // } |
1619 | } | 1619 | // } |
1620 | } | 1620 | } |
1621 | finally | 1621 | finally |
1622 | { | 1622 | { |