diff options
author | Jeff Ames | 2007-12-07 02:14:17 +0000 |
---|---|---|
committer | Jeff Ames | 2007-12-07 02:14:17 +0000 |
commit | 6abe37e71d46e15260f15a719b3d1228e99d3085 (patch) | |
tree | 9e6d29e028d885180470ef72c0755d7cefc4f8dc /bin | |
parent | added one more command to the console help. (diff) | |
download | opensim-SC_OLD-6abe37e71d46e15260f15a719b3d1228e99d3085.zip opensim-SC_OLD-6abe37e71d46e15260f15a719b3d1228e99d3085.tar.gz opensim-SC_OLD-6abe37e71d46e15260f15a719b3d1228e99d3085.tar.bz2 opensim-SC_OLD-6abe37e71d46e15260f15a719b3d1228e99d3085.tar.xz |
added timer_Script to OpenSim.ini.example
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index ec69b3e..f57b70a 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -41,6 +41,9 @@ verbose = true | |||
41 | ; if you would like to allow prim to be physical and move by physics with the physical checkbox in the client set this to true. | 41 | ; if you would like to allow prim to be physical and move by physics with the physical checkbox in the client set this to true. |
42 | physical_prim = true | 42 | physical_prim = true |
43 | 43 | ||
44 | ; To run a script every few minutes, set the script filename here | ||
45 | ; timer_Script = "filename" | ||
46 | |||
44 | [StandAlone] | 47 | [StandAlone] |
45 | accounts_authenticate = true | 48 | accounts_authenticate = true |
46 | welcome_message = "Welcome to OpenSim" | 49 | welcome_message = "Welcome to OpenSim" |