diff options
author | Justin Clark-Casey (justincc) | 2013-01-10 22:42:12 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-01-10 22:42:12 +0000 |
commit | f566dc06182c51399e9dcb66553645c742d29673 (patch) | |
tree | d177da1e2cfee4b26bffe02c80cd83fe36c8d45c /OpenSim/Region/Application | |
parent | Add "debug scene pbackup true|false" console command. This enables or disabl... (diff) | |
download | opensim-SC_OLD-f566dc06182c51399e9dcb66553645c742d29673.zip opensim-SC_OLD-f566dc06182c51399e9dcb66553645c742d29673.tar.gz opensim-SC_OLD-f566dc06182c51399e9dcb66553645c742d29673.tar.bz2 opensim-SC_OLD-f566dc06182c51399e9dcb66553645c742d29673.tar.xz |
Remove unimplemented "debug teleport" console command
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index 492ee4a..fc87b6d 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -236,8 +236,6 @@ namespace OpenSim | |||
236 | + "If an avatar name is given then only packets from that avatar are logged", | 236 | + "If an avatar name is given then only packets from that avatar are logged", |
237 | Debug); | 237 | Debug); |
238 | 238 | ||
239 | m_console.Commands.AddCommand("Debug", false, "debug teleport", "debug teleport", "Toggle teleport route debugging", Debug); | ||
240 | |||
241 | m_console.Commands.AddCommand("Debug", false, "debug scene", | 239 | m_console.Commands.AddCommand("Debug", false, "debug scene", |
242 | "debug scene active|collisions|pbackup|physics|scripting|teleport|updates true|false", | 240 | "debug scene active|collisions|pbackup|physics|scripting|teleport|updates true|false", |
243 | "Turn on scene debugging options.", | 241 | "Turn on scene debugging options.", |