diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-07 16:29:06 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-07 16:29:06 -0500 |
commit | 085b1be28cc9ecc323f9a29bc319c43a3cfd13e5 (patch) | |
tree | dcf6105f625a49699718c5a604c9ed8a6ef1ae9f /docs/release-notes.md | |
parent | 8ff41110275facadf6dca2814047e8aa6f4a26fa (diff) | |
download | SMAPI-085b1be28cc9ecc323f9a29bc319c43a3cfd13e5.tar.gz SMAPI-085b1be28cc9ecc323f9a29bc319c43a3cfd13e5.tar.bz2 SMAPI-085b1be28cc9ecc323f9a29bc319c43a3cfd13e5.zip |
fix error when a location doesn't have a map asset key
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r-- | docs/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 979c5d0c..9047ae88 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,7 @@ ## 2.9.1 * For players: * Fixed crash in SMAPI 2.9 when constructing certain buildings. + * Fixed error when a map asset is reloaded in rare cases. ## 2.9 * For players: |