diff options
Diffstat (limited to 'OpenSim/Tools/Configger/ConfigurationLoader.cs')
-rw-r--r-- | OpenSim/Tools/Configger/ConfigurationLoader.cs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/OpenSim/Tools/Configger/ConfigurationLoader.cs b/OpenSim/Tools/Configger/ConfigurationLoader.cs index 4190f10..fa3a5bf 100644 --- a/OpenSim/Tools/Configger/ConfigurationLoader.cs +++ b/OpenSim/Tools/Configger/ConfigurationLoader.cs | |||
@@ -264,21 +264,17 @@ namespace OpenSim.Tools.Configger | |||
264 | config.Set("region_info_source", "filesystem"); | 264 | config.Set("region_info_source", "filesystem"); |
265 | config.Set("allow_regionless", false); | 265 | config.Set("allow_regionless", false); |
266 | 266 | ||
267 | config.Set("gridmode", false); | ||
268 | config.Set("physics", "OpenDynamicsEngine"); | 267 | config.Set("physics", "OpenDynamicsEngine"); |
269 | config.Set("meshing", "Meshmerizer"); | 268 | config.Set("meshing", "Meshmerizer"); |
270 | config.Set("physical_prim", true); | 269 | config.Set("physical_prim", true); |
271 | config.Set("serverside_object_permissions", true); | 270 | config.Set("serverside_object_permissions", true); |
272 | config.Set("storage_prim_inventories", true); | ||
273 | config.Set("startup_console_commands_file", String.Empty); | 271 | config.Set("startup_console_commands_file", String.Empty); |
274 | config.Set("shutdown_console_commands_file", String.Empty); | 272 | config.Set("shutdown_console_commands_file", String.Empty); |
275 | config.Set("DefaultScriptEngine", "XEngine"); | 273 | config.Set("DefaultScriptEngine", "XEngine"); |
276 | config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); | 274 | config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); |
277 | // life doesn't really work without this | ||
278 | config.Set("EventQueue", true); | ||
279 | } | 275 | } |
280 | 276 | ||
281 | return defaultConfig; | 277 | return defaultConfig; |
282 | } | 278 | } |
283 | } | 279 | } |
284 | } \ No newline at end of file | 280 | } |