Browse Source

Removed latent TODO

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
c140733663
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      IPA.Loader/Loader/PluginLoader.cs

+ 0
- 1
IPA.Loader/Loader/PluginLoader.cs View File

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


Loading…
Cancel
Save