diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-10 18:23:57 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-04-10 18:23:57 -0400 |
commit | 13f31e8b725e46ca8442a943a5675723d22b4fdc (patch) | |
tree | 3ab8d45c71032e9960dbb87d888eea07f7ef9a32 /docs/mod-build-config.md | |
parent | c6c2302baf830a441b269ef7402068bd9dece22e (diff) | |
download | SMAPI-13f31e8b725e46ca8442a943a5675723d22b4fdc.tar.gz SMAPI-13f31e8b725e46ca8442a943a5675723d22b4fdc.tar.bz2 SMAPI-13f31e8b725e46ca8442a943a5675723d22b4fdc.zip |
warn for fields which no longer work (#471)
Diffstat (limited to 'docs/mod-build-config.md')
-rw-r--r-- | docs/mod-build-config.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/mod-build-config.md b/docs/mod-build-config.md index 00f9a356..99a567f2 100644 --- a/docs/mod-build-config.md +++ b/docs/mod-build-config.md @@ -194,6 +194,12 @@ field has an equivalent non-net property that avoids those issues. Suggested fix: access the suggested property name instead. +### SMAPI003 +**Avoid obsolete fields:** +> The '{{old field}}' field is obsolete and should be replaced with '{{new field}}'. + +Your code accesses a field which is obsolete or no longer works. Use the suggested field instead. + ## Troubleshoot ### "Failed to find the game install path" That error means the package couldn't find your game. You can specify the game path yourself; see |