diff options
author | Diva Canto | 2009-10-27 20:33:14 -0700 |
---|---|---|
committer | Diva Canto | 2009-10-27 20:33:14 -0700 |
commit | 79bf906e7d83fab14d091c9dacc8bc1318eca2f4 (patch) | |
tree | 3edd3a833b1b46f21039cef6842df15d825823e8 | |
parent | Make map search work also for hyperlinked regions. (diff) | |
download | opensim-SC_OLD-79bf906e7d83fab14d091c9dacc8bc1318eca2f4.zip opensim-SC_OLD-79bf906e7d83fab14d091c9dacc8bc1318eca2f4.tar.gz opensim-SC_OLD-79bf906e7d83fab14d091c9dacc8bc1318eca2f4.tar.bz2 opensim-SC_OLD-79bf906e7d83fab14d091c9dacc8bc1318eca2f4.tar.xz |
Changed True to true in OpenSim.ini.example.
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 927eb7a..43e6c85 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -148,7 +148,7 @@ | |||
148 | MaximumTimeBeforePersistenceConsidered = 600 | 148 | MaximumTimeBeforePersistenceConsidered = 600 |
149 | 149 | ||
150 | ; Should avatars in neighbor sims see objects in this sim? | 150 | ; Should avatars in neighbor sims see objects in this sim? |
151 | see_into_this_sim_from_neighbor = True | 151 | see_into_this_sim_from_neighbor = true |
152 | 152 | ||
153 | ; ## | 153 | ; ## |
154 | ; ## PHYSICS | 154 | ; ## PHYSICS |