From 2bcf79efdd60e0adcc1749d22ec6955a2650c624 Mon Sep 17 00:00:00 2001 From: z__ Date: Fri, 4 Feb 2022 09:47:22 +0700 Subject: [PATCH] to trigger autobuild to fix warfare 2 update --- Torch/Patches/GcCollectPatch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Torch/Patches/GcCollectPatch.cs b/Torch/Patches/GcCollectPatch.cs index 1d4e04c..f913ea8 100644 --- a/Torch/Patches/GcCollectPatch.cs +++ b/Torch/Patches/GcCollectPatch.cs @@ -17,6 +17,7 @@ internal static class GcCollectPatch { // FUCK YO KEEN // every call results in freeze for seconds + private static readonly MethodBase[] _targets = { Info.OfMethod(nameof(MyPlanetTextureMapProvider.GetHeightmap)),