aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ClientManager.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/ClientManager.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/ClientManager.cs b/OpenSim/Framework/ClientManager.cs
index 4f21ab6..272cf2b 100644
--- a/OpenSim/Framework/ClientManager.cs
+++ b/OpenSim/Framework/ClientManager.cs
@@ -188,8 +188,7 @@ namespace OpenSim.Framework
188 } 188 }
189 packet.Effect = effectBlock.ToArray(); 189 packet.Effect = effectBlock.ToArray();
190 190
191 // Wasteful, I know 191 IClientAPI[] LocalClients;
192 IClientAPI[] LocalClients = new IClientAPI[0];
193 lock (m_clients) 192 lock (m_clients)
194 { 193 {
195 LocalClients = new IClientAPI[m_clients.Count]; 194 LocalClients = new IClientAPI[m_clients.Count];