summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-22 20:24:13 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2021-01-22 20:24:13 -0500
commitcea8e557efef1be5466cbb7102b4e163c34394c2 (patch)
tree3698e7edef38f505c0031d78115f1cb5c8bdb2e1 /docs/release-notes.md
parent8fd2a6fd3a3de037055ccd8ec350c92ba2cdda9d (diff)
downloadSMAPI-cea8e557efef1be5466cbb7102b4e163c34394c2.tar.gz
SMAPI-cea8e557efef1be5466cbb7102b4e163c34394c2.tar.bz2
SMAPI-cea8e557efef1be5466cbb7102b4e163c34394c2.zip
remove inf options for player_sethealth/money/stamina
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 0d5fdea4..1d4323af 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -36,6 +36,9 @@
* Game errors shown in the chatbox are now logged.
* Moved vanilla error-handling into a new Error Handler mod. This simplifies the core SMAPI logic, and lets users disable it if needed.
+* For the Console Commands mod:
+ * Removed the `inf` option for `player_sethealth`, `player_setmoney`, and `player_setstamina`. You can use more intuitive mods like [CJB Cheats Menu](https://www.nexusmods.com/stardewvalley/mods/4) if you used those options.
+
* For the Error Handler mod:
* Added a detailed message for the _Input string was not in a correct format_ error when the game fails to parse an item text description.