disable gc patch because conflicting with the same from plugin

This commit is contained in:
zznty
2022-10-15 00:44:49 +07:00
parent ad28b302f9
commit 90ff3f93f0

View File

@@ -1,4 +1,5 @@
using System;
#if false
using System;
using System.Collections.Generic;
using System.Reflection;
using System.Reflection.Emit;
@@ -50,4 +51,5 @@ internal static class GcCollectPatch
yield return instruction;
}
}
}
}
#endif