* Removed some comments

afrisby
lbsa71 2007-10-18 14:25:59 +00:00
parent b789be94d8
commit 404e2b6cf2
1 changed files with 0 additions and 6 deletions

View File

@ -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));