diff options
author | dan miller | 2007-09-01 23:07:58 +0000 |
---|---|---|
committer | dan miller | 2007-09-01 23:07:58 +0000 |
commit | 94b1d3c12861dc4d36d1ea0981d7053f3169e7df (patch) | |
tree | fe9513a116927d22fe235fe6c1dec9befce4880e | |
parent | ODE bugfix: multiple avatars now supported properly (diff) | |
download | opensim-SC_OLD-94b1d3c12861dc4d36d1ea0981d7053f3169e7df.zip opensim-SC_OLD-94b1d3c12861dc4d36d1ea0981d7053f3169e7df.tar.gz opensim-SC_OLD-94b1d3c12861dc4d36d1ea0981d7053f3169e7df.tar.bz2 opensim-SC_OLD-94b1d3c12861dc4d36d1ea0981d7053f3169e7df.tar.xz |
reverting opensim.ini to proper default state
-rw-r--r-- | bin/OpenSim.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index 725f508..f65523c 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini | |||
@@ -1,6 +1,6 @@ | |||
1 | [Startup] | 1 | [Startup] |
2 | gridmode = false | 2 | gridmode = false |
3 | physics = OpenDynamicsEngine | 3 | physics = basicphysics |
4 | ; Prim Storage | 4 | ; Prim Storage |
5 | ; if you would like to use sqlite uncomment the following line (and | 5 | ; if you would like to use sqlite uncomment the following line (and |
6 | ; comment the NullStorage line) | 6 | ; comment the NullStorage line) |