Skip to content

Commit f678399

Browse files
committed
Fix again ChangingKnobSetting
1 parent eb6ac98 commit f678399

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

EXILED/Exiled.Events/Patches/Events/Scp914/InteractingEvents.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ namespace Exiled.Events.Patches.Events.Scp914
2727
/// Patches <see cref="Scp914Controller.ServerInteract" />.
2828
/// Adds the <see cref="Scp914.Activating" /> event.
2929
/// </summary>
30+
[EventPatch(typeof(Scp914), nameof(Scp914.ChangingKnobSetting))]
3031
[EventPatch(typeof(Scp914), nameof(Scp914.Activating))]
3132
[HarmonyPatch(typeof(Scp914Controller), nameof(Scp914Controller.ServerInteract))]
3233
internal static class InteractingEvents

0 commit comments

Comments
 (0)