diff --git a/IPA.Loader/Loader/PluginLoader.cs b/IPA.Loader/Loader/PluginLoader.cs index 6b4ef6b2..58c5ffff 100644 --- a/IPA.Loader/Loader/PluginLoader.cs +++ b/IPA.Loader/Loader/PluginLoader.cs @@ -247,7 +247,6 @@ namespace IPA.Loader { if (type.Namespace != pluginNs) continue; - // TODO: change this to just IPlugin if (type.HasInterface(typeof(IPlugin).FullName)) { metadata.PluginType = type;