Skip to content

Commit

Permalink
Fix unpatching too much
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Mar 29, 2020
1 parent 1d54fe4 commit 79ef593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private static void FixMissingStudioClasses(AssemblyDefinition mainAss)
studioAss.Write(ms, new WriterParameters() { WriteSymbols = false });
outputAss = ms.ToArray();
}
h.UnpatchAll();
h.UnpatchAll(h.Id);

Assembly.Load(outputAss);

Expand Down

0 comments on commit 79ef593

Please sign in to comment.