aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 767020f..84e705a 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -186,8 +186,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
186 m_udpServer = udpServer; 186 m_udpServer = udpServer;
187 m_udpClient = udpClient; 187 m_udpClient = udpClient;
188 m_udpClient.OnQueueEmpty += HandleQueueEmpty; 188 m_udpClient.OnQueueEmpty += HandleQueueEmpty;
189 // FIXME: Implement this 189 m_udpClient.OnPacketStats += PopulateStats;
190 //m_udpClient.OnPacketStats += PopulateStats;
191 190
192 RegisterLocalPacketHandlers(); 191 RegisterLocalPacketHandlers();
193 } 192 }