aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-01-10 22:42:12 +0000
committerJustin Clark-Casey (justincc)2013-01-25 23:49:34 +0000
commitac4300664ecc396d98017a1557be95f29c819afe (patch)
tree4998e09443d465b3a4c4c009f63051e91b3b9718 /OpenSim
parentAdd "debug scene pbackup true|false" console command. This enables or disabl... (diff)
downloadopensim-SC_OLD-ac4300664ecc396d98017a1557be95f29c819afe.zip
opensim-SC_OLD-ac4300664ecc396d98017a1557be95f29c819afe.tar.gz
opensim-SC_OLD-ac4300664ecc396d98017a1557be95f29c819afe.tar.bz2
opensim-SC_OLD-ac4300664ecc396d98017a1557be95f29c819afe.tar.xz
Remove unimplemented "debug teleport" console command
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
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.",