diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-14 00:42:00 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-14 00:42:00 -0500 |
commit | 0d26285da12156c6304c1ff4458bd0b62e6e8dca (patch) | |
tree | d330b0d7581b5d221e45efdaddf52ba39f0045ea /docs | |
parent | 8eee91c67db0f09e9c604c7b4a2809e5bc937258 (diff) | |
download | SMAPI-0d26285da12156c6304c1ff4458bd0b62e6e8dca.tar.gz SMAPI-0d26285da12156c6304c1ff4458bd0b62e6e8dca.tar.bz2 SMAPI-0d26285da12156c6304c1ff4458bd0b62e6e8dca.zip |
add friendly error when the game can't find its Content\XACT folder
Diffstat (limited to 'docs')
-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 9df18098..c3b11d7f 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,6 +1,7 @@ # Release notes ## Upcoming release * For players: + * Fixed cryptic error message when the game isn't installed correctly. * Fixed error when a mod makes invalid changes to an NPC schedule. * Fixed invalid NPC data propagated when a mod changes NPC dispositions. * Fixed `Display.RenderedWorld` event broken in SMAPI 2.9.1. |