diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-16 02:55:41 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2018-12-16 02:55:41 -0500 |
commit | 803f9f439ca7547a5de100ee6564d295fa44cbf3 (patch) | |
tree | 73dcb503510d37f6b7878f970ff3b70d01bd52a6 /docs | |
parent | ce4593fb302ef8bfd6ddffe7e097d79ad7be132a (diff) | |
download | SMAPI-803f9f439ca7547a5de100ee6564d295fa44cbf3.tar.gz SMAPI-803f9f439ca7547a5de100ee6564d295fa44cbf3.tar.bz2 SMAPI-803f9f439ca7547a5de100ee6564d295fa44cbf3.zip |
fix messages not sent correctly to farmhands connected via Steam friends
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 2e826350..1f1dcab2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,7 @@ ## Upcoming release * For players: * SMAPI now prevents invalid items from crashing the game on hover. + * Fixed some multiplayer mod features not working when connecting via Steam friends. * Fixed cryptic error message when the game isn't installed correctly. * Fixed error when a mod makes invalid changes to an NPC schedule. * Fixed invalid NPC data propagated when a mod changes NPC dispositions. |