diff options
author | Sean Dague | 2007-10-19 20:27:34 +0000 |
---|---|---|
committer | Sean Dague | 2007-10-19 20:27:34 +0000 |
commit | 139994757c7dab04dd03801266525e8c53395a5e (patch) | |
tree | 003ec2557de6dd80dbe1e7bc78efe8958d02d5ae /OpenSim/Region/Environment/Modules/WorldCommModule.cs | |
parent | * Test thy commits! (oops, sorry!) (diff) | |
download | opensim-SC-139994757c7dab04dd03801266525e8c53395a5e.zip opensim-SC-139994757c7dab04dd03801266525e8c53395a5e.tar.gz opensim-SC-139994757c7dab04dd03801266525e8c53395a5e.tar.bz2 opensim-SC-139994757c7dab04dd03801266525e8c53395a5e.tar.xz |
changes to pass nini config object to the modules that get
loaded so that they may read out any bits they are interested in
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/WorldCommModule.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/WorldCommModule.cs b/OpenSim/Region/Environment/Modules/WorldCommModule.cs index 994d07e..765f1b4 100644 --- a/OpenSim/Region/Environment/Modules/WorldCommModule.cs +++ b/OpenSim/Region/Environment/Modules/WorldCommModule.cs | |||
@@ -40,6 +40,7 @@ using OpenSim.Framework.Servers; | |||
40 | using Nwc.XmlRpc; | 40 | using Nwc.XmlRpc; |
41 | using System.Collections; | 41 | using System.Collections; |
42 | using System.Collections.Generic; | 42 | using System.Collections.Generic; |
43 | using Nini.Config; | ||
43 | 44 | ||
44 | /***************************************************** | 45 | /***************************************************** |
45 | * | 46 | * |
@@ -84,7 +85,7 @@ namespace OpenSim.Region.Environment.Modules | |||
84 | { | 85 | { |
85 | } | 86 | } |
86 | 87 | ||
87 | public void Initialise(Scene scene) | 88 | public void Initialise(Scene scene, IConfigSource config) |
88 | { | 89 | { |
89 | 90 | ||
90 | m_scene = scene; | 91 | m_scene = scene; |