Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Update SubModule.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Designer225 committed Jan 27, 2021
1 parent 0801e53 commit 2966e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EncyclopediaEntryFix/SubModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructio
}
}

[HarmonyPatch(typeof(HeroVM), MethodType.Constructor, new Type[] { typeof(Hero) } )]
[HarmonyPatch(typeof(HeroVM), MethodType.Constructor, new Type[] { typeof(Hero), typeof(bool) } )]
public static class HeroVM_Constructor_Patch
{
public static void Postfix(HeroVM __instance, Hero hero)
Expand Down

0 comments on commit 2966e26

Please sign in to comment.