diff options
author | Justin Clark-Casey (justincc) | 2012-06-15 03:32:43 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-06-15 03:32:43 +0100 |
commit | c935f0346750d510e5c3c3c2ff62c84609a115e3 (patch) | |
tree | 6cfcd8e335fdb41e9bf1305a7be5ba4954f2db78 /OpenSim/Region/ClientStack | |
parent | Make the "debug http" command available for robust as well as the simulator. ... (diff) | |
download | opensim-SC_OLD-c935f0346750d510e5c3c3c2ff62c84609a115e3.zip opensim-SC_OLD-c935f0346750d510e5c3c3c2ff62c84609a115e3.tar.gz opensim-SC_OLD-c935f0346750d510e5c3c3c2ff62c84609a115e3.tar.bz2 opensim-SC_OLD-c935f0346750d510e5c3c3c2ff62c84609a115e3.tar.xz |
Put all debug console commands into a single Debug section rather than scattering them over other categories
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs index ae759ca..594b229 100644 --- a/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs +++ b/OpenSim/Region/ClientStack/Linden/Caps/EventQueue/EventQueueGetModule.cs | |||
@@ -106,7 +106,7 @@ namespace OpenSim.Region.ClientStack.Linden | |||
106 | scene.EventManager.OnRegisterCaps += OnRegisterCaps; | 106 | scene.EventManager.OnRegisterCaps += OnRegisterCaps; |
107 | 107 | ||
108 | MainConsole.Instance.Commands.AddCommand( | 108 | MainConsole.Instance.Commands.AddCommand( |
109 | "Comms", | 109 | "Debug", |
110 | false, | 110 | false, |
111 | "debug eq", | 111 | "debug eq", |
112 | "debug eq [0|1|2]", | 112 | "debug eq [0|1|2]", |