mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 02:13:29 +08:00
bug fix again
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user