get TestSaveIarV0_1() uncommented but not running as a test yet since I didn't get the authentication server to work and my brain is about to fizzle out my ears

This commit is contained in:
Justin Clark-Casey (justincc)
2010-05-28 23:14:24 +01:00
parent a60ca5236c
commit 191db0e6a4
4 changed files with 130 additions and 102 deletions

View File

@@ -376,6 +376,8 @@ namespace OpenSim.Region.Framework.Scenes
/// <param name="mod"></param>
public void RegisterModuleInterface<M>(M mod)
{
m_log.DebugFormat("[SCENE BASE]: Registering interface {0}", typeof(M));
List<Object> l = null;
if (!ModuleInterfaces.TryGetValue(typeof(M), out l))
{