mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user