From 73b13e16976316a1ca2e59151196214fdaf1d987 Mon Sep 17 00:00:00 2001 From: Undid-Iridium <24619207+Undid-Iridium@users.noreply.github.com> Date: Fri, 9 Aug 2024 03:13:32 -0400 Subject: [PATCH] Harmony suppresses NON harmony errors. --- EXILED/Exiled.Events/Patches/Events/Scp330/InteractingScp330.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EXILED/Exiled.Events/Patches/Events/Scp330/InteractingScp330.cs b/EXILED/Exiled.Events/Patches/Events/Scp330/InteractingScp330.cs index 190595d2c..640b224d7 100644 --- a/EXILED/Exiled.Events/Patches/Events/Scp330/InteractingScp330.cs +++ b/EXILED/Exiled.Events/Patches/Events/Scp330/InteractingScp330.cs @@ -26,7 +26,7 @@ namespace Exiled.Events.Patches.Events.Scp330 /// Patches the method to add the /// event. /// - // [EventPatch(typeof(Scp330), nameof(Scp330.InteractingScp330))] + [EventPatch(typeof(Scp330), nameof(Scp330.InteractingScp330))] [HarmonyPatch(typeof(Scp330Interobject), nameof(Scp330Interobject.ServerInteract))] public static class InteractingScp330 {