diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/ScriptEngine/Engines/DotNetEngine/DotNetEngine.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/ScriptEngine/Engines/DotNetEngine/DotNetEngine.cs b/OpenSim/ScriptEngine/Engines/DotNetEngine/DotNetEngine.cs index d883e2f..74d1745 100644 --- a/OpenSim/ScriptEngine/Engines/DotNetEngine/DotNetEngine.cs +++ b/OpenSim/ScriptEngine/Engines/DotNetEngine/DotNetEngine.cs | |||
@@ -96,7 +96,6 @@ namespace OpenSim.ScriptEngine.Engines.DotNetEngine | |||
96 | RegionInfo.Executors = new Dictionary<string, IScriptExecutor>(); | 96 | RegionInfo.Executors = new Dictionary<string, IScriptExecutor>(); |
97 | RegionInfo.CommandProviders = new Dictionary<string, IScriptCommandProvider>(); | 97 | RegionInfo.CommandProviders = new Dictionary<string, IScriptCommandProvider>(); |
98 | RegionInfo.EventProviders = new Dictionary<string, IScriptEventProvider>(); | 98 | RegionInfo.EventProviders = new Dictionary<string, IScriptEventProvider>(); |
99 | RegionInfo.Logger = LogManager.GetLogger("SECS.DotNetEngine.RegionInfo"); | ||
100 | } | 99 | } |
101 | 100 | ||
102 | public void Initialise(Scene scene, IConfigSource source) | 101 | public void Initialise(Scene scene, IConfigSource source) |