diff options
author | UbitUmarov | 2016-07-01 18:38:38 +0100 |
---|---|---|
committer | UbitUmarov | 2016-07-01 18:38:38 +0100 |
commit | 7b7483ec7e69ef7a9fb5e82ce6f03a68103ef63a (patch) | |
tree | b7660774403ad9daceaa74162979f1ab221b0186 /OpenSim/Region/ClientStack/Linden/UDP | |
parent | add a few methods to modify clientview group powers (diff) | |
download | opensim-SC_OLD-7b7483ec7e69ef7a9fb5e82ce6f03a68103ef63a.zip opensim-SC_OLD-7b7483ec7e69ef7a9fb5e82ce6f03a68103ef63a.tar.gz opensim-SC_OLD-7b7483ec7e69ef7a9fb5e82ce6f03a68103ef63a.tar.bz2 opensim-SC_OLD-7b7483ec7e69ef7a9fb5e82ce6f03a68103ef63a.tar.xz |
save one call to grid to get agent groups powers (xmlrpcgoups only for now
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
12988 | if (data != null) | 12988 | if (data != null) |
12989 | { | 12989 | { |
12990 | for (int i = 0; i < data.Length; i++) | 12990 | for (int i = 0; i < data.Length; i++) |
12991 | m_groupPowers[data[i].GroupID] = data[i].GroupPowers; | 12991 | m_groupPowers[data[i].GroupID] = data[i].GroupPowers; |
12992 | } | 12992 | } |
12993 | } | 12993 | } |
12994 | } | 12994 | } |