aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/Configger
diff options
context:
space:
mode:
authorDiva Canto2013-08-07 08:01:59 -0700
committerDiva Canto2013-08-07 08:01:59 -0700
commit3194ffdab8d54723ad1546846c1d45472d6a8464 (patch)
tree22ff7b24fc86a86e12bae5d2da526c36eebf344c /OpenSim/Tools/Configger
parentAdd "debug comms status" command to show current debug comms settings (diff)
downloadopensim-SC_OLD-3194ffdab8d54723ad1546846c1d45472d6a8464.zip
opensim-SC_OLD-3194ffdab8d54723ad1546846c1d45472d6a8464.tar.gz
opensim-SC_OLD-3194ffdab8d54723ad1546846c1d45472d6a8464.tar.bz2
opensim-SC_OLD-3194ffdab8d54723ad1546846c1d45472d6a8464.tar.xz
Fixed incomplete commit r/23317 -- see_into_region. Put the guard around estate bans also, and delete the obsolete config var.
Diffstat (limited to 'OpenSim/Tools/Configger')
-rw-r--r--OpenSim/Tools/Configger/ConfigurationLoader.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs
index 28bcc99..72ba185 100644
--- a/OpenSim/Tools/Configger/ConfigurationLoader.cs
+++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs
@@ -239,7 +239,6 @@ namespace OpenSim.Tools.Configger
239 config.Set("physics", "OpenDynamicsEngine"); 239 config.Set("physics", "OpenDynamicsEngine");
240 config.Set("meshing", "Meshmerizer"); 240 config.Set("meshing", "Meshmerizer");
241 config.Set("physical_prim", true); 241 config.Set("physical_prim", true);
242 config.Set("see_into_this_sim_from_neighbor", true);
243 config.Set("serverside_object_permissions", true); 242 config.Set("serverside_object_permissions", true);
244 config.Set("storage_plugin", "OpenSim.Data.SQLite.dll"); 243 config.Set("storage_plugin", "OpenSim.Data.SQLite.dll");
245 config.Set("storage_connection_string", "URI=file:OpenSim.db,version=3"); 244 config.Set("storage_connection_string", "URI=file:OpenSim.db,version=3");