mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-11 07:23:28 +08:00
WIP
This commit is contained in:
@@ -28,8 +28,7 @@ public static class WaterPumperPatch
|
||||
{
|
||||
if (_patch != null)
|
||||
{
|
||||
_patch.UnpatchSelf();
|
||||
_patch = null;
|
||||
return;
|
||||
}
|
||||
|
||||
_patch = Harmony.CreateAndPatchAll(typeof(WaterPumperPatch));
|
||||
|
||||
Reference in New Issue
Block a user