ResoniteModdingGroup / MonkeyLoader.GamePacks.Resonite

MonkeyLoader Game Pack which provides hooks for Resonite mods.
https://resonitemoddinggroup.github.io/MonkeyLoader.GamePacks.Resonite/
GNU Lesser General Public License v3.0
14 stars 2 forks source link

Reset field value if config key set fails #35

Closed Nytra closed 2 months ago

Nytra commented 2 months ago

If the config key set fails maybe because of a valueValidator or some other error, reset the field value back to the config key's value

Banane9 commented 2 months ago

Please make this change in Configuration/ConfigKeySessionShare.SharedValueChanged as well.

Nytra commented 2 months ago

Changes made

Banane9 commented 2 months ago

perfect, thanks!