save one call to grid to get agent groups powers (xmlrpcgoups only for now

This commit is contained in:
UbitUmarov
2016-07-01 18:38:38 +01:00
parent aa744eecf2
commit 7b7483ec7e
2 changed files with 2 additions and 3 deletions

View File

@@ -12988,7 +12988,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
if (data != null)
{
for (int i = 0; i < data.Length; i++)
m_groupPowers[data[i].GroupID] = data[i].GroupPowers;
m_groupPowers[data[i].GroupID] = data[i].GroupPowers;
}
}
}