diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-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 | } |