diff options
author | Melanie Thielker | 2008-10-09 18:12:15 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-09 18:12:15 +0000 |
commit | c101dd2bad24056f594564af75750f91c81ed1cb (patch) | |
tree | 349b1020e6183c3c38fc234e6c856407c869c7ea | |
parent | * refactor: separate process of extracting packet from received data from act... (diff) | |
download | opensim-SC_OLD-c101dd2bad24056f594564af75750f91c81ed1cb.zip opensim-SC_OLD-c101dd2bad24056f594564af75750f91c81ed1cb.tar.gz opensim-SC_OLD-c101dd2bad24056f594564af75750f91c81ed1cb.tar.bz2 opensim-SC_OLD-c101dd2bad24056f594564af75750f91c81ed1cb.tar.xz |
Provide a sane value for DefaultScriptEngine (ScriptEngine.DotNetEngine)
rather then the previous invalid string "DotNetEngine". Remove the
script_engine options, as it is not used anymore.
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index 710dafb..132e86d 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -213,8 +213,7 @@ namespace OpenSim | |||
213 | config.Set("storage_prim_inventories", true); | 213 | config.Set("storage_prim_inventories", true); |
214 | config.Set("startup_console_commands_file", String.Empty); | 214 | config.Set("startup_console_commands_file", String.Empty); |
215 | config.Set("shutdown_console_commands_file", String.Empty); | 215 | config.Set("shutdown_console_commands_file", String.Empty); |
216 | config.Set("script_engine", "OpenSim.Region.ScriptEngine.DotNetEngine.dll"); | 216 | config.Set("DefaultScriptEngine", "ScriptEngine.DotNetEngine"); |
217 | config.Set("DefaultScriptEngine", "DotNetEngine"); | ||
218 | config.Set("asset_database", "sqlite"); | 217 | config.Set("asset_database", "sqlite"); |
219 | config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); | 218 | config.Set("clientstack_plugin", "OpenSim.Region.ClientStack.LindenUDP.dll"); |
220 | } | 219 | } |