diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-05 21:45:53 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-05-05 21:45:53 -0400 |
commit | 499cd8ab317080096c373c6ed6649bd51fb01c7d (patch) | |
tree | 0ecd704f094c131e00e5e72a7c5ff0315a3875f9 /src/SMAPI/Metadata/InstructionMetadata.cs | |
parent | f4192663d78c7a45418f07f0bf4acb67b11291fe (diff) | |
download | SMAPI-499cd8ab317080096c373c6ed6649bd51fb01c7d.tar.gz SMAPI-499cd8ab317080096c373c6ed6649bd51fb01c7d.tar.bz2 SMAPI-499cd8ab317080096c373c6ed6649bd51fb01c7d.zip |
combine Harmony 1.x rewrite logs (#711)
Diffstat (limited to 'src/SMAPI/Metadata/InstructionMetadata.cs')
-rw-r--r-- | src/SMAPI/Metadata/InstructionMetadata.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Metadata/InstructionMetadata.cs b/src/SMAPI/Metadata/InstructionMetadata.cs index fb7141e7..665147e4 100644 --- a/src/SMAPI/Metadata/InstructionMetadata.cs +++ b/src/SMAPI/Metadata/InstructionMetadata.cs @@ -38,7 +38,7 @@ namespace StardewModdingAPI.Metadata // rewrite for SMAPI 3.6 (Harmony 1.x => 2.0 update) yield return new Harmony1AssemblyRewriter(); - yield return new MethodParentRewriter("HarmonyLib.Harmony", typeof(HarmonyInstanceMethods), onlyIfPlatformChanged: false); + yield return new MethodParentRewriter("HarmonyLib.Harmony", typeof(HarmonyInstanceMethods), onlyIfPlatformChanged: false, nounPhrase: Harmony1AssemblyRewriter.DefaultNounPhrase); /**** ** detect mod issues |