diff options
author | Jeff Ames | 2008-02-20 18:32:41 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-20 18:32:41 +0000 |
commit | f02b314765269331645d0599a5f324202d6915fe (patch) | |
tree | 743d23c36bc6213daaff0552aa5211b8d6415839 | |
parent | Report command string on ConsoleBase.RunCommand exception (diff) | |
download | opensim-SC_OLD-f02b314765269331645d0599a5f324202d6915fe.zip opensim-SC_OLD-f02b314765269331645d0599a5f324202d6915fe.tar.gz opensim-SC_OLD-f02b314765269331645d0599a5f324202d6915fe.tar.bz2 opensim-SC_OLD-f02b314765269331645d0599a5f324202d6915fe.tar.xz |
Fix exception when reading OpenSim.ini file.
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 24df780..732530b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -38,12 +38,8 @@ asset_database = "sqlite" | |||
38 | ;asset_database = "grid" | 38 | ;asset_database = "grid" |
39 | ;asset_database = "mssql" | 39 | ;asset_database = "mssql" |
40 | 40 | ||
41 | 41 | ; Should avatars in neighbor sims see objects in this sim? | |
42 | ; Should avatars in neighbor | 42 | see_into_this_sim_from_neighbor = True |
43 | sims see objects in this sim? | ||
44 | |||
45 | see_into_this_sim_from_neighbor=True | ||
46 | |||
47 | 43 | ||
48 | ; ## | 44 | ; ## |
49 | ; ## PHYSICS | 45 | ; ## PHYSICS |