* Removed some comments
parent
b789be94d8
commit
404e2b6cf2
|
@ -169,12 +169,6 @@ namespace OpenSim.Region.Environment
|
||||||
{
|
{
|
||||||
if (!pluginType.IsAbstract)
|
if (!pluginType.IsAbstract)
|
||||||
{
|
{
|
||||||
//if (dllName.Contains("OpenSim.Region.Environment"))
|
|
||||||
//{
|
|
||||||
// int i = 1;
|
|
||||||
// i++;
|
|
||||||
//}
|
|
||||||
|
|
||||||
if( pluginType.GetInterface("IRegionModule") != null )
|
if( pluginType.GetInterface("IRegionModule") != null )
|
||||||
{
|
{
|
||||||
modules.Add((IRegionModule) Activator.CreateInstance(pluginType));
|
modules.Add((IRegionModule) Activator.CreateInstance(pluginType));
|
||||||
|
|
Loading…
Reference in New Issue