diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-28 15:59:12 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-10-29 10:45:34 -0400 |
commit | be79a042060757b7cb48ccbcc29f395757049a8c (patch) | |
tree | 2583e2b6f4d944e30289ef93a03b9ccd39c43b21 /docs | |
parent | 08dc846195df5609e5c9f07ed828d9789176d93e (diff) | |
download | SMAPI-be79a042060757b7cb48ccbcc29f395757049a8c.tar.gz SMAPI-be79a042060757b7cb48ccbcc29f395757049a8c.tar.bz2 SMAPI-be79a042060757b7cb48ccbcc29f395757049a8c.zip |
make item spawn commands more robust
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release-notes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md index 9cfb70a6..b31950ed 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -57,6 +57,8 @@ For modders: * Updated SMAPI/game version map. * Fixes: * Fixed mods needing to load custom `Map` assets before the game accesses them (SMAPI will now do so automatically). + * Fixed Console Commands not including upgraded tools in item commands. + * Fixed Console Commands' item commands failing if a mod adds invalid item data. * Fixed Save Backup not pruning old backups if they're uncompressed. * Fixed issues when a farmhand reconnects before the game notices they're disconnected. * Fixed 'received message' logs shown in non-developer mode. |