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
{