adding new IniConfigSource() to SceneSetupHelpers to fix empty
IConfigSource causing grief to region modules expecting it to be non-empty (which a number of them do).remotes/origin/0.6.7-post-fixes
parent
39726f0fda
commit
47e0024238
|
@ -248,7 +248,7 @@ namespace OpenSim.Tests.Common.Setup
|
|||
/// <param name="modules"></param>
|
||||
public static void SetupSceneModules(Scene scene, params object[] modules)
|
||||
{
|
||||
SetupSceneModules(scene, null, modules);
|
||||
SetupSceneModules(scene, new IniConfigSource(), modules);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue