aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorJeff Ames2008-02-29 10:51:40 +0000
committerJeff Ames2008-02-29 10:51:40 +0000
commit6d774339d9c51c1635e96cd92f57a8bc13021e5f (patch)
treeeb533537aebf610769b0bc64c947a021e9a491ae /bin
parentCleaned up a couple compiler warnings. (diff)
downloadopensim-SC_OLD-6d774339d9c51c1635e96cd92f57a8bc13021e5f.zip
opensim-SC_OLD-6d774339d9c51c1635e96cd92f57a8bc13021e5f.tar.gz
opensim-SC_OLD-6d774339d9c51c1635e96cd92f57a8bc13021e5f.tar.bz2
opensim-SC_OLD-6d774339d9c51c1635e96cd92f57a8bc13021e5f.tar.xz
More compiler warning cleanup.
Removed verbose flag, since it doesn't do anything any more.
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 084d9f7..ff86bdf 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -61,13 +61,11 @@ physics = basicphysics
61;physics = modified_BulletX 61;physics = modified_BulletX
62 62
63 63
64verbose = true
65startup_console_commands_file = "startup_commands.txt" 64startup_console_commands_file = "startup_commands.txt"
66shutdown_console_commands_file = "shutdown_commands.txt" 65shutdown_console_commands_file = "shutdown_commands.txt"
67serverside_object_permissions = false 66serverside_object_permissions = false
68 67
69 68; if you would like to allow prims to be physical and move by physics with the physical checkbox in the client set this to true.
70; 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.
71physical_prim = true 69physical_prim = true
72 70
73; To run a script every few minutes, set the script filename here 71; To run a script every few minutes, set the script filename here
@@ -264,4 +262,3 @@ CleanUpOldScriptsOnStartup=true
264[LL-Functions] 262[LL-Functions]
265; Set the following to true to allow administrator owned scripts to execute console commands 263; Set the following to true to allow administrator owned scripts to execute console commands
266AllowosConsoleCommand=false 264AllowosConsoleCommand=false
267