undo a small change that was not suposed to happen now

This commit is contained in:
UbitUmarov
2022-01-09 03:36:09 +00:00
parent 1545b73e64
commit 70a788170d

View File

@@ -249,8 +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.
//if(!sp.m_haveGroupInformation)
// SendAgentGroupDataUpdate(sp.ControllingClient, false);
if(!sp.m_haveGroupInformation)
SendAgentGroupDataUpdate(sp.ControllingClient, false);
}
private void OnMakeChild(ScenePresence sp)