From a81a1865b52fa9527afff3238e6349cddf250420 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Mon, 21 Sep 2015 12:13:59 +0100 Subject: [PATCH] coment out lludp debug things that only fill up the help screen --- OpenSim/Region/ClientStack/Linden/UDP/LLUDPServerCommands.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServerCommands.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServerCommands.cs index 4ff52ebf8e..3dab5d2619 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServerCommands.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServerCommands.cs @@ -48,6 +48,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP public void Register() { +/* m_console.Commands.AddCommand( "Comms", false, "show server throttles", "show server throttles", @@ -213,6 +214,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP "Set a debug parameter for a particular client. If no name is given then the value is set on all clients.", "process-unacked-sends - Do we take action if a sent reliable packet has not been acked.", HandleClientSetCommand); +*/ } private void HandleShowServerThrottlesCommand(string module, string[] args)