summaryrefslogtreecommitdiff
path: root/src/SMAPI/Metadata/InstructionMetadata.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-05 21:45:53 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-05-05 21:45:53 -0400
commit499cd8ab317080096c373c6ed6649bd51fb01c7d (patch)
tree0ecd704f094c131e00e5e72a7c5ff0315a3875f9 /src/SMAPI/Metadata/InstructionMetadata.cs
parentf4192663d78c7a45418f07f0bf4acb67b11291fe (diff)
downloadSMAPI-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.cs2
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