mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
save one call to grid to get agent groups powers (xmlrpcgoups only for now
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user