changes to pass nini config object to the modules that get

loaded so that they may read out any bits they are interested in
This commit is contained in:
Sean Dague
2007-10-19 20:27:34 +00:00
parent aaaa3c6835
commit 139994757c
21 changed files with 1885 additions and 1858 deletions

View File

@@ -40,6 +40,7 @@ using OpenSim.Framework.Servers;
using Nwc.XmlRpc;
using System.Collections;
using System.Collections.Generic;
using Nini.Config;
/*****************************************************
*
@@ -84,7 +85,7 @@ namespace OpenSim.Region.Environment.Modules
{
}
public void Initialise(Scene scene)
public void Initialise(Scene scene, IConfigSource config)
{
m_scene = scene;