diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-16 19:17:16 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2022-04-16 19:17:16 -0400 |
commit | d486d940bae57f627fbe3210bbfa611a5586c8e8 (patch) | |
tree | 1aacbc3b1be9b16523e1ddfb2e741a42d13149f8 /src/SMAPI/SMAPI.config.json | |
parent | 0a69cb4bf71e6e822e595141ce5f24009e509246 (diff) | |
download | SMAPI-d486d940bae57f627fbe3210bbfa611a5586c8e8.tar.gz SMAPI-d486d940bae57f627fbe3210bbfa611a5586c8e8.tar.bz2 SMAPI-d486d940bae57f627fbe3210bbfa611a5586c8e8.zip |
temporarily disable Pintail by default pending out parameter fix
Diffstat (limited to 'src/SMAPI/SMAPI.config.json')
-rw-r--r-- | src/SMAPI/SMAPI.config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/SMAPI.config.json b/src/SMAPI/SMAPI.config.json index 065dfa8c..a317e6b8 100644 --- a/src/SMAPI/SMAPI.config.json +++ b/src/SMAPI/SMAPI.config.json @@ -50,7 +50,7 @@ copy all the settings, or you may cause bugs due to overridden changes in future * Whether to use the experimental Pintail API proxying library, instead of the original * proxying built into SMAPI itself. */ - "UsePintail": true, + "UsePintail": false, /** * Whether to add a section to the 'mod issues' list for mods which directly use potentially |