Browse Source

Added error message to AddInFeature

pull/46/head
Anairkoen Schno 5 years ago
parent
commit
e1256dd326
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      IPA.Loader/Loader/Features/AddInFeature.cs

+ 6
- 0
IPA.Loader/Loader/Features/AddInFeature.cs View File

@ -17,5 +17,11 @@
{
return plugin != selfMeta;
}
public override string InvalidMessage
{
get => "Plugin is an add-in for some other mod, therefore should not be loaded.";
protected set { }
}
}
}

Loading…
Cancel
Save