aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorMelanie2009-12-06 02:15:52 +0000
committerMelanie2009-12-06 02:54:19 +0000
commit9453c426316e8af97b1280c8e6415d2c051d7284 (patch)
tree338ccf2bcf705332b5dfc3370e759ce5bc7a8985 /OpenSim
parentSkip single prims in unlink selections (diff)
downloadopensim-SC_OLD-9453c426316e8af97b1280c8e6415d2c051d7284.zip
opensim-SC_OLD-9453c426316e8af97b1280c8e6415d2c051d7284.tar.gz
opensim-SC_OLD-9453c426316e8af97b1280c8e6415d2c051d7284.tar.bz2
opensim-SC_OLD-9453c426316e8af97b1280c8e6415d2c051d7284.tar.xz
Experimental: Remove explicit property sends
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs22
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 {