diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-17 14:57:41 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-17 14:57:41 -0500 |
commit | 516b2fc010ba9a794297ae74b4c5de321ffd0a70 (patch) | |
tree | 1fc708e36f7268407b8ced1e3ce8f58eb4fa3e33 /docs | |
parent | b58d432a22bc39c3135779664293c7beff7b3bd4 (diff) | |
download | SMAPI-516b2fc010ba9a794297ae74b4c5de321ffd0a70.tar.gz SMAPI-516b2fc010ba9a794297ae74b4c5de321ffd0a70.tar.bz2 SMAPI-516b2fc010ba9a794297ae74b4c5de321ffd0a70.zip |
don't send multiplayer broadcasts to players without SMAPI
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 8fa1c330..d448c726 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -13,6 +13,7 @@ * Expanded player info received from multiplayer API/events with new `IsSplitScreen` and `ScreenID` fields. * Game errors shown in the chatbox are now logged. * Added an option to disable rewriting mods for compatibility (thanks to Bpendragon!). This may prevent older mods from loading, but bypasses a Visual Studio crash when debugging. + * Network messages through the multiplayer API are no longer sent to players who don't have SMAPI installed. This reduces unneeded network traffic (since they can't read it anyway) and avoids an error in some cases. * For the Error Handler mod: * Added in SMAPI 3.9. This has vanilla error-handling that was previously added by SMAPI directly. That simplifies the core SMAPI logic, and lets players or modders disable it if needed. |