From c1407336639c59afe591ecfb46d18c27257fdf85 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 10 Dec 2019 22:33:00 -0600 Subject: [PATCH] Removed latent TODO --- IPA.Loader/Loader/PluginLoader.cs | 1 - 1 file changed, 1 deletion(-) 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;