diff options
author | Jeff Ames | 2009-02-22 01:26:18 +0000 |
---|---|---|
committer | Jeff Ames | 2009-02-22 01:26:18 +0000 |
commit | 818af9d4827ea66358abbc3929d20e09861c7306 (patch) | |
tree | 097254f7d203fff8547c30061540bc01e4f84d12 /OpenSim/ScriptEngine/Shared/RegionInfoStructure.cs | |
parent | Addresses some issues with appearance after TPs. Appearance.Owner was not bei... (diff) | |
download | opensim-SC_OLD-818af9d4827ea66358abbc3929d20e09861c7306.zip opensim-SC_OLD-818af9d4827ea66358abbc3929d20e09861c7306.tar.gz opensim-SC_OLD-818af9d4827ea66358abbc3929d20e09861c7306.tar.bz2 opensim-SC_OLD-818af9d4827ea66358abbc3929d20e09861c7306.tar.xz |
Refactor log4net logger handling in script engine. (#3148)
Diffstat (limited to 'OpenSim/ScriptEngine/Shared/RegionInfoStructure.cs')
-rw-r--r-- | OpenSim/ScriptEngine/Shared/RegionInfoStructure.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/ScriptEngine/Shared/RegionInfoStructure.cs b/OpenSim/ScriptEngine/Shared/RegionInfoStructure.cs index 693f38c..64b33d4 100644 --- a/OpenSim/ScriptEngine/Shared/RegionInfoStructure.cs +++ b/OpenSim/ScriptEngine/Shared/RegionInfoStructure.cs | |||
@@ -48,7 +48,6 @@ namespace OpenSim.ScriptEngine.Shared | |||
48 | public Dictionary<string, IScriptCompiler> Compilers; | 48 | public Dictionary<string, IScriptCompiler> Compilers; |
49 | public Dictionary<string, IScriptScheduler> Schedulers; | 49 | public Dictionary<string, IScriptScheduler> Schedulers; |
50 | public Dictionary<string, IScriptCommandProvider> CommandProviders; | 50 | public Dictionary<string, IScriptCommandProvider> CommandProviders; |
51 | public ILog Logger; | ||
52 | 51 | ||
53 | public void Executors_Execute(EventParams p) | 52 | public void Executors_Execute(EventParams p) |
54 | { | 53 | { |