missing files...

0.9.1.0-post-fixes
UbitUmarov 2019-04-30 23:04:04 +01:00
parent 3491af440f
commit 9225b78309
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ 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.haveGroupInformation)
if(!sp.m_haveGroupInformation)
SendAgentGroupDataUpdate(sp.ControllingClient, false);
}