From 04cbe7fd6317d384a14b9f2574d6763245da16d8 Mon Sep 17 00:00:00 2001 From: zombieb Date: Tue, 25 Mar 2025 23:11:08 -0400 Subject: [PATCH] webhook test --- Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.cs b/Plugin.cs index 74e6ff8..3b68015 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -10,7 +10,7 @@ public class Plugin : BasePlugin { public static new readonly ManualLogSource Log = Logger.CreateLogSource("UUPatch"); - public static Harmony _hi = new("dev.proxnet.recroom.universalpatch.noneac.il2cpp"); + static Harmony _hi = new("dev.proxnet.recroom.universalpatch.noneac.il2cpp"); public override bool Unload() {