added info about generally not having to invoke the plugin manually to invalid context error message

This commit is contained in:
alterNERDtive 2022-01-12 16:08:05 +01:00
parent 80c23b3fb5
commit 175d04c129

View file

@ -164,6 +164,7 @@ namespace bindEDplugin
{
LogError($"Invalid plugin context '{context}'.");
}
LogError("You generally do not need to invoke the plugin manually.");
}
}
catch (Exception e)