diff --git a/UXAssist/FactoryPatch.cs b/UXAssist/FactoryPatch.cs index f2574ff..12b12ef 100644 --- a/UXAssist/FactoryPatch.cs +++ b/UXAssist/FactoryPatch.cs @@ -660,9 +660,7 @@ public static class FactoryPatch new CodeMatch(ci => ci.Branches(out thisIfBlockEntryLabel)), new CodeMatch(ci => ci.IsLdarg()), new CodeMatch(OpCodes.Ldfld), - new CodeMatch(OpCodes.Ldfld), - new CodeMatch(ci => ci.LoadsConstant(EMinerType.Oil)), - new CodeMatch(ci => ci.Branches(out _)) + new CodeMatch(OpCodes.Ldfld) ); ifBlockEntryLabel = thisIfBlockEntryLabel;