aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application
diff options
context:
space:
mode:
authorUbitUmarov2016-12-23 02:53:58 +0000
committerUbitUmarov2016-12-23 02:53:58 +0000
commit86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55 (patch)
treed61a1b20e0bd05f4b784c299f8e220608c9bcb34 /OpenSim/Region/Application
parentupdate httpserver muting some socket errors that are normal (diff)
parentUserProfileModule threading issues (diff)
downloadopensim-SC-86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55.zip
opensim-SC-86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55.tar.gz
opensim-SC-86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55.tar.bz2
opensim-SC-86cc02f33e3c9a4a9c42eb1aaaaeaa828bee1b55.tar.xz
Merge branch 'master' into httptests
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r--OpenSim/Region/Application/ConfigurationLoader.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Application/ConfigurationLoader.cs b/OpenSim/Region/Application/ConfigurationLoader.cs
index b19e549..4f141a6 100644
--- a/OpenSim/Region/Application/ConfigurationLoader.cs
+++ b/OpenSim/Region/Application/ConfigurationLoader.cs
@@ -348,13 +348,10 @@ namespace OpenSim
348 config.Set("meshing", "Meshmerizer"); 348 config.Set("meshing", "Meshmerizer");
349 config.Set("physical_prim", true); 349 config.Set("physical_prim", true);
350 config.Set("serverside_object_permissions", true); 350 config.Set("serverside_object_permissions", true);
351 config.Set("storage_prim_inventories", true);
352 config.Set("startup_console_commands_file", String.Empty); 351 config.Set("startup_console_commands_file", String.Empty);
353 config.Set("shutdown_console_commands_file", String.Empty); 352 config.Set("shutdown_console_commands_file", String.Empty);
354 config.Set("DefaultScriptEngine", "XEngine"); 353 config.Set("DefaultScriptEngine", "XEngine");
355 config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); 354 config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll");
356 // life doesn't really work without this
357 config.Set("EventQueue", true);
358 } 355 }
359 356
360 { 357 {
@@ -387,4 +384,4 @@ namespace OpenSim
387 m_networkServersInfo.loadFromConfiguration(m_config.Source); 384 m_networkServersInfo.loadFromConfiguration(m_config.Source);
388 } 385 }
389 } 386 }
390} \ No newline at end of file 387}