mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
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:
@@ -29,6 +29,7 @@
|
||||
using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Region.Environment.Interfaces;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
using Nini.Config;
|
||||
|
||||
namespace OpenSim.Region.Environment.Modules
|
||||
{
|
||||
@@ -40,7 +41,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
{
|
||||
}
|
||||
|
||||
public void Initialise(Scene scene)
|
||||
public void Initialise(Scene scene, IConfigSource config)
|
||||
{
|
||||
m_scene = scene;
|
||||
m_scene.EventManager.OnNewClient += NewClient;
|
||||
|
||||
Reference in New Issue
Block a user