* Small commented out debug message for module loading, partly to test my ability to commit with git
parent
9f5b0c1fd9
commit
7f5a4bbc26
|
@ -184,6 +184,8 @@ namespace OpenSim.Region.Framework
|
|||
|
||||
public IRegionModule[] LoadModules(string dllName)
|
||||
{
|
||||
//m_log.DebugFormat("[MODULES]: Looking for modules in {0}", dllName);
|
||||
|
||||
List<IRegionModule> modules = new List<IRegionModule>();
|
||||
|
||||
Assembly pluginAssembly;
|
||||
|
|
Loading…
Reference in New Issue