From 7b7483ec7e69ef7a9fb5e82ce6f03a68103ef63a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 1 Jul 2016 18:38:38 +0100 Subject: save one call to grid to get agent groups powers (xmlrpcgoups only for now --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/Linden/UDP') diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 16cb4ac..29c4d91 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs @@ -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; } } } -- cgit v1.1