mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 19:13:27 +08:00
minor fixes
This commit is contained in:
@@ -394,8 +394,9 @@ public class DysonSpherePatch : PatchImpl<DysonSpherePatch>
|
||||
}
|
||||
swarm.RemoveSolarSail(index);
|
||||
}),
|
||||
// return false;
|
||||
new CodeInstruction(OpCodes.Ldc_I4_0),
|
||||
// return true;
|
||||
// to avoid conflict with QuickAbsorbPatch
|
||||
new CodeInstruction(OpCodes.Ldc_I4_1),
|
||||
new CodeInstruction(OpCodes.Ret)
|
||||
);
|
||||
return matcher.InstructionEnumeration();
|
||||
|
||||
Reference in New Issue
Block a user