summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-10-01 21:41:15 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-10-01 21:41:15 -0400
commit65997c1243a60ae15cc0b832ebcd41d96c3ea06a (patch)
tree4b55e07011ed3144d6a996821ddc1886f35de83f /docs/README.md
parent845deb43d60147603ec31fe4ae5fd7d747556d8c (diff)
downloadSMAPI-65997c1243a60ae15cc0b832ebcd41d96c3ea06a.tar.gz
SMAPI-65997c1243a60ae15cc0b832ebcd41d96c3ea06a.tar.bz2
SMAPI-65997c1243a60ae15cc0b832ebcd41d96c3ea06a.zip
auto-fix save data when a custom location mod is removed
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index fdb60693..54e9f26f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -23,10 +23,10 @@ doesn't change any of your game files. It serves eight main purposes:
_SMAPI intercepts errors, shows the error info in the SMAPI console, and in most cases
automatically recovers the game. That prevents mods from crashing the game, and makes it
possible to troubleshoot errors in the game itself that would otherwise show a generic 'program
- has stopped working' type of message._
+ has stopped working' type of message._
- _That also includes automatically fixing save data when a load would crash, e.g. due to a custom
- NPC mod the player removed._
+ _SMAPI also automatically fixes save data in some cases when a load would crash, e.g. due to a
+ custom location or NPC mod that was removed._
6. **Provide update checks.**
_SMAPI automatically checks for new versions of your installed mods, and notifies you when any