aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons
diff options
context:
space:
mode:
authorUbitUmarov2016-07-26 21:43:26 +0100
committerUbitUmarov2016-07-26 21:43:26 +0100
commite0e8b784a59dfdd36daf3b48b7d8dbbfe7abd716 (patch)
tree6ab179cf5e299c534801d19b223952947bb72692 /OpenSim/Addons
parent reduce some grid services calls on region crossings, sending more informatio... (diff)
downloadopensim-SC_OLD-e0e8b784a59dfdd36daf3b48b7d8dbbfe7abd716.zip
opensim-SC_OLD-e0e8b784a59dfdd36daf3b48b7d8dbbfe7abd716.tar.gz
opensim-SC_OLD-e0e8b784a59dfdd36daf3b48b7d8dbbfe7abd716.tar.bz2
opensim-SC_OLD-e0e8b784a59dfdd36daf3b48b7d8dbbfe7abd716.tar.xz
apply the change to groups v2 also
Diffstat (limited to 'OpenSim/Addons')
-rw-r--r--OpenSim/Addons/Groups/GroupsModule.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Addons/Groups/GroupsModule.cs b/OpenSim/Addons/Groups/GroupsModule.cs
index 1afdd0f..e586dd7 100644
--- a/OpenSim/Addons/Groups/GroupsModule.cs
+++ b/OpenSim/Addons/Groups/GroupsModule.cs
@@ -249,7 +249,8 @@ namespace OpenSim.Groups
249 // There might be some problem with the thread we're generating this on but not 249 // There might be some problem with the thread we're generating this on but not
250 // doing the update at this time causes problems (Mantis #7920 and #7915) 250 // doing the update at this time causes problems (Mantis #7920 and #7915)
251 // TODO: move sending this update to a later time in the rootification of the client. 251 // TODO: move sending this update to a later time in the rootification of the client.
252 SendAgentGroupDataUpdate(sp.ControllingClient, false); 252 if(!sp.haveGroupInformation)
253 SendAgentGroupDataUpdate(sp.ControllingClient, false);
253 } 254 }
254 255
255 private void OnMakeChild(ScenePresence sp) 256 private void OnMakeChild(ScenePresence sp)