diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-09-22 00:38:42 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-11-28 00:01:50 -0500 |
commit | 65046c3c409df9c2cd4897f8358b259726ff496a (patch) | |
tree | 23085124888a0f800a7837979153cf74f47a018e /src/SMAPI/SMAPI.config.json | |
parent | f3626992cf17cfab6e9be65dd30f4a446c30c071 (diff) | |
download | SMAPI-65046c3c409df9c2cd4897f8358b259726ff496a.tar.gz SMAPI-65046c3c409df9c2cd4897f8358b259726ff496a.tar.bz2 SMAPI-65046c3c409df9c2cd4897f8358b259726ff496a.zip |
remove outdated note in config.json
Diffstat (limited to 'src/SMAPI/SMAPI.config.json')
-rw-r--r-- | src/SMAPI/SMAPI.config.json | 2 |
1 files changed, 0 insertions, 2 deletions
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/", |