diff options
author | Melanie | 2009-12-06 02:15:52 +0000 |
---|---|---|
committer | Melanie | 2009-12-06 02:15:52 +0000 |
commit | 79511ecce240a864dc02575acd3399fb244a8d82 (patch) | |
tree | 4f273c06dc1d1b2c5cf3a7cd30f728bfd140369d /OpenSim/Region/Framework/Scenes | |
parent | Skip single prims in unlink selections (diff) | |
download | opensim-SC_OLD-79511ecce240a864dc02575acd3399fb244a8d82.zip opensim-SC_OLD-79511ecce240a864dc02575acd3399fb244a8d82.tar.gz opensim-SC_OLD-79511ecce240a864dc02575acd3399fb244a8d82.tar.bz2 opensim-SC_OLD-79511ecce240a864dc02575acd3399fb244a8d82.tar.xz |
Experimental: Remove explicit property sends
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-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 | { |