diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-04 12:09:07 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-04-04 12:09:07 -0400 |
commit | c7db35818b93ea4735c2b69ce28cd0a24e603d14 (patch) | |
tree | 819d208ac860f148e61f7b2885229e03bea8287e /docs | |
parent | 2b1b3b19a507876e106a444c93b4c33aca35c353 (diff) | |
download | SMAPI-c7db35818b93ea4735c2b69ce28cd0a24e603d14.tar.gz SMAPI-c7db35818b93ea4735c2b69ce28cd0a24e603d14.tar.bz2 SMAPI-c7db35818b93ea4735c2b69ce28cd0a24e603d14.zip |
fix Context.IsMainPlayer incorrectly true when split-screen player is joining
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 77c3bfbe..8e749490 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -19,6 +19,7 @@ * For modders: * Added asset propagation for `Data\Concessions`. * Improved error-handling during asset propagation. + * Fixed `Context.IsMainPlayer` returning true for a farmhand in split-screen mode before the screen is initialized. ## 3.9.5 Released 21 March 2021 for Stardew Valley 1.5.4 or later. |