diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
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 | ||