diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-23 12:01:46 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2021-01-23 12:01:46 -0500 |
commit | 4c0272c0aaec58fbd457e87650f66a067efc2fee (patch) | |
tree | 27deaf3d32e7f87709db8dcf2a6e2c8966b1d21c /src/SMAPI.Web/wwwroot | |
parent | 66017a39d9091520bad81253be21daa8c7fd2c36 (diff) | |
download | SMAPI-4c0272c0aaec58fbd457e87650f66a067efc2fee.tar.gz SMAPI-4c0272c0aaec58fbd457e87650f66a067efc2fee.tar.bz2 SMAPI-4c0272c0aaec58fbd457e87650f66a067efc2fee.zip |
remove unused AlternativeUrl field in metadata model
Diffstat (limited to 'src/SMAPI.Web/wwwroot')
-rw-r--r-- | src/SMAPI.Web/wwwroot/SMAPI.metadata.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json index 150aec65..8cc60a73 100644 --- a/src/SMAPI.Web/wwwroot/SMAPI.metadata.json +++ b/src/SMAPI.Web/wwwroot/SMAPI.metadata.json @@ -49,9 +49,6 @@ * * - StatusReasonDetails: a technical reason shown in TRACE logs, indicating why the status * was overridden. If not provided, it defaults to the StatusReasonPhrase or 'no reason given'. - * - * - AlternativeUrl: a URL where the player can find an unofficial update or alternative if the - * mod is no longer compatible. */ "ModData": { /********* |