diff options
author | Dan Lake | 2011-11-10 15:23:16 -0800 |
---|---|---|
committer | Dan Lake | 2011-11-10 15:23:16 -0800 |
commit | 8fbaa10ade53718f0c0756bf2ecf875aca9ca3d7 (patch) | |
tree | 9f4d358822f4e6b3b7f69e2e1a7648206ceb8e6c /bin/OpenSimDefaults.ini | |
parent | Cleaned UpdatePermissions calls on SOP and SOG to eliminate redundant propert... (diff) | |
parent | Implement nudging support for strafing motion (diff) | |
download | opensim-SC-8fbaa10ade53718f0c0756bf2ecf875aca9ca3d7.zip opensim-SC-8fbaa10ade53718f0c0756bf2ecf875aca9ca3d7.tar.gz opensim-SC-8fbaa10ade53718f0c0756bf2ecf875aca9ca3d7.tar.bz2 opensim-SC-8fbaa10ade53718f0c0756bf2ecf875aca9ca3d7.tar.xz |
Merge branch 'master' of git://opensimulator.org/git/opensim
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 7ea710e..2c5fbf5 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -3,6 +3,13 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | [Startup] | 5 | [Startup] |
6 | ; Console prompt | ||
7 | ; Certain special characters can be used to customize the prompt | ||
8 | ; Currently, these are | ||
9 | ; \R - substitute region name | ||
10 | ; \\ - substtitue \ | ||
11 | ConsolePrompt = "Region (\R) " | ||
12 | |||
6 | ; Set this to true if you want to log crashes to disk | 13 | ; Set this to true if you want to log crashes to disk |
7 | ; this can be useful when submitting bug reports. | 14 | ; this can be useful when submitting bug reports. |
8 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit | 15 | ; However, this will only log crashes within OpenSimulator that cause the entire program to exit |