diff --git a/IPA.Loader/Loader/Features/AddInFeature.cs b/IPA.Loader/Loader/Features/AddInFeature.cs index 47cc9294..08da7fdc 100644 --- a/IPA.Loader/Loader/Features/AddInFeature.cs +++ b/IPA.Loader/Loader/Features/AddInFeature.cs @@ -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 { } + } } }