From 65046c3c409df9c2cd4897f8358b259726ff496a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 22 Sep 2021 00:38:42 -0400 Subject: remove outdated note in config.json --- src/SMAPI/SMAPI.config.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/SMAPI/SMAPI.config.json') diff --git a/src/SMAPI/SMAPI.config.json b/src/SMAPI/SMAPI.config.json index 7b5625d6..e62c8880 100644 --- a/src/SMAPI/SMAPI.config.json +++ b/src/SMAPI/SMAPI.config.json @@ -76,8 +76,6 @@ copy all the settings, or you may cause bugs due to overridden changes in future /** * The base URL for SMAPI's web API, used to perform update checks. - * Note: the protocol will be changed to http:// on Linux/macOS due to OpenSSL issues with the - * game's bundled Mono. */ "WebApiBaseUrl": "https://smapi.io/api/", -- cgit