We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c74786 commit fa301e8Copy full SHA for fa301e8
Source/DynamicProperties/Patches/PartPatch.cs
@@ -102,7 +102,7 @@ private static IEnumerable<CodeInstruction> Highlight_Transpiler(
102
.Start()
103
.MatchStartForward(matchSetRimColor)
104
.ThrowIfNotMatch("failed to find MPB set _RimColor call")
105
- .RemoveInstructions(matchSetRimColor.Length)
+ .Advance(matchSetRimColor.Length)
106
.InsertAndAdvance(
107
// PartPatch.Highlight_SetRimColor(this, value);
108
new CodeInstruction(OpCodes.Ldarg_0), // `this`
0 commit comments