Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann authored Mar 16, 2024
1 parent 99e98b4 commit 67c4d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Plugin Doctor can diagnose and advise how to treat (and when to ignore) the foll
- the plugin was otherwise skipped
- plugins which failed during initialisation:
- the plugin was loaded before its requirements
- the plugin references assemblies which were not found
- the plugin references types from assemblies which were not found
- the plugin otherwise failed during initialisation
- plugins with potential issues:
- the plugin references assemblies which were not found, but did not fail during initialisation
- the plugin references types from assemblies which were not found, but did not fail during initialisation
- the plugin targets a potentially incompatible version of BepInEx

In the future, it is planned for Plugin Doctor to offer to treat some of these symptoms itself, where possible.
Expand Down

0 comments on commit 67c4d19

Please sign in to comment.