diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-06 22:23:18 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-08-06 22:23:18 -0400 |
commit | 8df5d79c9e01c2d665192ba5accfcd45a47e2dda (patch) | |
tree | 5b09b558d9d395d396058431fb8a77d8b846f206 /docs | |
parent | a1a93ac4bf20458d49028ed40905e715aa1ae152 (diff) | |
download | SMAPI-8df5d79c9e01c2d665192ba5accfcd45a47e2dda.tar.gz SMAPI-8df5d79c9e01c2d665192ba5accfcd45a47e2dda.tar.bz2 SMAPI-8df5d79c9e01c2d665192ba5accfcd45a47e2dda.zip |
fix ConsoleCommands item search code
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 42bd7975..691bf48e 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## 2.6.1 * For players: * Fixed custom festival maps always using spring tilesheets. + * Fixed `player_add` command not recognising return scepter. + * Fixed `player_add` showing fish twice. * For modders: * Fixed false compatibility error when constructing multidimensional arrays. |