diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-06-11 19:14:59 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-06-11 19:14:59 -0400 |
commit | 4df8f4a656ce68b5bb7dc76eefd6da9c27620928 (patch) | |
tree | a2f2c34e5d0d795e93d64efade89c8ff6835640e /docs | |
parent | c212ff15d28ead57588e130247e9bbfd0b3eab0d (diff) | |
download | SMAPI-4df8f4a656ce68b5bb7dc76eefd6da9c27620928.tar.gz SMAPI-4df8f4a656ce68b5bb7dc76eefd6da9c27620928.tar.bz2 SMAPI-4df8f4a656ce68b5bb7dc76eefd6da9c27620928.zip |
fix edge case where save constants aren't set correctly
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 7ac1b518..0879a072 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -11,6 +11,7 @@ * For players: * Fixed error when running the Windows installer as administrator (thanks to LostLogic!). * Fixed `player_add` and `list_items` console commands not including some shirts _(in Console Commands)_. + * Fixed installer error on some older Windows systems (thanks to eddyballs!). * For mod authors: * Added `World.FurnitureListChanged` event (thanks to DiscipleOfEris!). @@ -20,7 +21,7 @@ * Fixed JSON schema for `i18n` files requiring the wrong value for the `$schema` field. * Fixed validation for mods with version `0.0.0`. * Fixed _loaded with custom settings_ trace log when using default settings. - * Fixed installer error on some older Windows systems (thanks to eddyballs!). + * Fixed `Constants.SaveFolderName` and `Constants.CurrentSavePath` not set correctly in rare cases. * For the web UI: * Updated the JSON validator/schema for Content Patcher 1.23. |