diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-27 13:08:15 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-27 13:08:15 -0400 |
commit | db88738666ee28b11468ae986af5c0418bb4ee5a (patch) | |
tree | 877824ebe6f1dbc99365b4a2c718a62e22bca456 /docs | |
parent | 12c06afe144b06d26d69b10c3527ec1d2c90bdca (diff) | |
download | SMAPI-db88738666ee28b11468ae986af5c0418bb4ee5a.tar.gz SMAPI-db88738666ee28b11468ae986af5c0418bb4ee5a.tar.bz2 SMAPI-db88738666ee28b11468ae986af5c0418bb4ee5a.zip |
fix friendly error no longer shown when SMAPI isn't run from the game 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 f946a7e8..22c483c4 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -12,6 +12,7 @@ * Fixed transparency issues on Linux/Mac for some mod images. * Fixed error when a mod manifest is corrupted. * Fixed error when a mod adds an unnamed location. + * Fixed friendly error no longer shown when SMAPI isn't run from the game folder. * Fixed some Windows install paths not detected. * Fixed Linux compatibility issues for some players. SMAPI will now always use xterm if it's available. * Fixed installer duplicating bundled mods if you moved them after the last install. |