You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stardew Valley received a hotfix on July 2nd to fix multiplayer on Linux/macOS. We need to update SMAPI's launcher script (in src/SMAPI.Installer/assets/unix-launcher.sh) to match, specifically by setting LC_ALL="C" when launching the game.
Stardew Valley received a hotfix on July 2nd to fix multiplayer on Linux/macOS. We need to update SMAPI's launcher script (in
src/SMAPI.Installer/assets/unix-launcher.sh) to match, specifically by settingLC_ALL="C"when launching the game.To do