minor: add missing newline to "debug scene" console command

0.7.5-pf-bulletsim
Justin Clark-Casey (justincc) 2013-01-10 22:42:33 +00:00
parent ac4300664e
commit d4c4cb3e67
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ namespace OpenSim
+ "If pbackup is false then periodic scene backup is turned off.\n"
+ "If physics is false then all physics objects are non-physical.\n"
+ "If scripting is false then no scripting operations happen.\n"
+ "If teleport is true then some extra teleport debug information is logged."
+ "If teleport is true then some extra teleport debug information is logged.\n"
+ "If updates is true then any frame which exceeds double the maximum desired frame time is logged.",
Debug);