aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-01-10 22:42:33 +0000
committerJustin Clark-Casey (justincc)2013-01-25 23:49:40 +0000
commitd4c4cb3e67460444ba8d337080a1fb8887b0f86a (patch)
treef275bcd243979fd5f0b23874beacb3a5043e4893 /OpenSim/Region/Application
parentRemove unimplemented "debug teleport" console command (diff)
downloadopensim-SC_OLD-d4c4cb3e67460444ba8d337080a1fb8887b0f86a.zip
opensim-SC_OLD-d4c4cb3e67460444ba8d337080a1fb8887b0f86a.tar.gz
opensim-SC_OLD-d4c4cb3e67460444ba8d337080a1fb8887b0f86a.tar.bz2
opensim-SC_OLD-d4c4cb3e67460444ba8d337080a1fb8887b0f86a.tar.xz
minor: add missing newline to "debug scene" console command
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs
index fc87b6d..603cfbc 100644
--- a/OpenSim/Region/Application/OpenSim.cs
+++ b/OpenSim/Region/Application/OpenSim.cs
@@ -244,7 +244,7 @@ namespace OpenSim
244 + "If pbackup is false then periodic scene backup is turned off.\n" 244 + "If pbackup is false then periodic scene backup is turned off.\n"
245 + "If physics is false then all physics objects are non-physical.\n" 245 + "If physics is false then all physics objects are non-physical.\n"
246 + "If scripting is false then no scripting operations happen.\n" 246 + "If scripting is false then no scripting operations happen.\n"
247 + "If teleport is true then some extra teleport debug information is logged." 247 + "If teleport is true then some extra teleport debug information is logged.\n"
248 + "If updates is true then any frame which exceeds double the maximum desired frame time is logged.", 248 + "If updates is true then any frame which exceeds double the maximum desired frame time is logged.",
249 Debug); 249 Debug);
250 250