apply the change to groups v2 also

LSLKeyTest
UbitUmarov 2016-07-26 21:43:26 +01:00
parent 52decfcc16
commit e0e8b784a5
1 changed files with 2 additions and 1 deletions

View File

@ -249,7 +249,8 @@ namespace OpenSim.Groups
// There might be some problem with the thread we're generating this on but not
// doing the update at this time causes problems (Mantis #7920 and #7915)
// TODO: move sending this update to a later time in the rootification of the client.
SendAgentGroupDataUpdate(sp.ControllingClient, false);
if(!sp.haveGroupInformation)
SendAgentGroupDataUpdate(sp.ControllingClient, false);
}
private void OnMakeChild(ScenePresence sp)