1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-11 07:23:28 +08:00
This commit is contained in:
2023-09-13 21:06:11 +08:00
parent d2ea2ad38c
commit 410e473de2
9 changed files with 408 additions and 156 deletions

View File

@@ -28,8 +28,7 @@ public static class WaterPumperPatch
{
if (_patch != null)
{
_patch.UnpatchSelf();
_patch = null;
return;
}
_patch = Harmony.CreateAndPatchAll(typeof(WaterPumperPatch));