added info about generally not having to invoke the plugin manually to invalid context error message
This commit is contained in:
parent
80c23b3fb5
commit
175d04c129
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue