Make default serverside_object_permissions = true since this better matches user expectations.

It also matches the default setting in the OpenSim.ini.example file
This commit is contained in:
Justin Clark-Casey (justincc)
2011-07-01 23:06:46 +01:00
parent e765759f50
commit fba961c63f
5 changed files with 4 additions and 15 deletions

View File

@@ -239,7 +239,7 @@ namespace OpenSim.Tools.Configger
config.Set("meshing", "Meshmerizer");
config.Set("physical_prim", true);
config.Set("see_into_this_sim_from_neighbor", true);
config.Set("serverside_object_permissions", false);
config.Set("serverside_object_permissions", true);
config.Set("storage_plugin", "OpenSim.Data.SQLite.dll");
config.Set("storage_connection_string", "URI=file:OpenSim.db,version=3");
config.Set("storage_prim_inventories", true);