aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 4681230..40f25ae 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -10311,10 +10311,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
10311 LLPacketHandler handler = (LLPacketHandler) m_PacketHandler; 10311 LLPacketHandler handler = (LLPacketHandler) m_PacketHandler;
10312 return handler.PacketQueue.GetStats(); 10312 return handler.PacketQueue.GetStats();
10313 } 10313 }
10314 10314
10315 public string XReport() 10315 public string XReport()
10316 { 10316 {
10317 return ""; 10317 return "";
10318 } 10318 }
10319 } 10319 }
10320} 10320}