summaryrefslogtreecommitdiff
path: root/docs/release-notes.md
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-06-16 22:38:08 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2023-06-16 22:38:08 -0400
commit65120d64efa09c4b8a4881d8c9a0175b4ce30812 (patch)
tree50d9014f7a98c262480417007200e101d70671cf /docs/release-notes.md
parent9e1bfff7f7889783fcaa7d055e3351b90d03f465 (diff)
downloadSMAPI-develop.tar.gz
SMAPI-develop.tar.bz2
SMAPI-develop.zip
fix Context.HasRemotePlayers being true when there's no farmhandsHEADdevelop
Diffstat (limited to 'docs/release-notes.md')
-rw-r--r--docs/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release-notes.md b/docs/release-notes.md
index 298a0f8e..01d67563 100644
--- a/docs/release-notes.md
+++ b/docs/release-notes.md
@@ -16,6 +16,7 @@
* For mod authors:
* Added support for [custom update manifests](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Update_checks#Custom_update_manifest) (thanks to Jamie Taylor!).
+ * Fixed `Context.HasRemotePlayers` being true when there's no farmhands connected.
* Fixed error loading a mod if it sets `"MinimumApiVersion": null` explicitly.
* For SMAPI toolkit users: