From 79511ecce240a864dc02575acd3399fb244a8d82 Mon Sep 17 00:00:00 2001
From: Melanie
Date: Sun, 6 Dec 2009 02:15:52 +0000
Subject: Experimental: Remove explicit property sends

---
 OpenSim/Region/Framework/Scenes/SceneGraph.cs | 22 +++++++++++-----------
 1 file 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
                 parentGroup.HasGroupChanged = true;
                 parentGroup.ScheduleGroupForFullUpdate();
                 
-                if (client != null)
-                {
-                    parentGroup.GetProperties(client);
-                }
-                else
-                {
-                    foreach (ScenePresence p in GetScenePresences())
-                    {
-                        parentGroup.GetProperties(p.ControllingClient);
-                    }
-                }
+//                if (client != null)
+//                {
+//                    parentGroup.GetProperties(client);
+//                }
+//                else
+//                {
+//                    foreach (ScenePresence p in GetScenePresences())
+//                    {
+//                        parentGroup.GetProperties(p.ControllingClient);
+//                    }
+//                }
             }
             finally
             {
-- 
cgit v1.1