Skip to content

Commit

Permalink
Merge branch 'main' into DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra committed Feb 9, 2024
2 parents ff772ee + 9784c8e commit 72e5458
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 @@ -10,9 +10,9 @@ It uses basically the same hot reload method as BepInEx which you can find here:

## Known Issues

Currently there is no way to create a new ModConfiguration from the newly loaded assembly. So if you try to add new config keys it won't work.
Currently there is no way to create a new mod configuration definition from the newly loaded assembly. So if you try to add new config keys or change existing keys it won't work.

If you are using ConfigurationChangedEvents make sure you are comparing the keys by name and not by object because they will not match.
If you are using ConfigurationChangedEvents make sure you are comparing the keys by name and not by object because the objects will not match.

## Pre-requisites

Expand Down

0 comments on commit 72e5458

Please sign in to comment.