mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* Removed some comments
This commit is contained in:
@@ -169,12 +169,6 @@ namespace OpenSim.Region.Environment
|
||||
{
|
||||
if (!pluginType.IsAbstract)
|
||||
{
|
||||
//if (dllName.Contains("OpenSim.Region.Environment"))
|
||||
//{
|
||||
// int i = 1;
|
||||
// i++;
|
||||
//}
|
||||
|
||||
if( pluginType.GetInterface("IRegionModule") != null )
|
||||
{
|
||||
modules.Add((IRegionModule) Activator.CreateInstance(pluginType));
|
||||
|
||||
Reference in New Issue
Block a user