SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Add option to disable update checks

Pathoschild opened this issue ยท 1 comments

commented

SMAPI automatically checks for a new version on launch, and may soon check for new versions of installed mods (#181). Add an option to disable update checks in case it causes an issue or a player just doesn't want it to happen.

commented

Done in the develop branch for the upcoming 1.5 release. Setting CheckForUpdates: false in the StardewModdingAPI.config.json file will disable update checks,