mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user