Skip to content

Commit

Permalink
Harmony suppresses NON harmony errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Undid-Iridium committed Aug 9, 2024
1 parent fe44106 commit 73b13e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace Exiled.Events.Patches.Events.Scp330
/// Patches the <see cref="Scp330Interobject.ServerInteract(ReferenceHub, byte)" /> method to add the
/// <see cref="Scp330.InteractingScp330" /> event.
/// </summary>
// [EventPatch(typeof(Scp330), nameof(Scp330.InteractingScp330))]
[EventPatch(typeof(Scp330), nameof(Scp330.InteractingScp330))]
[HarmonyPatch(typeof(Scp330Interobject), nameof(Scp330Interobject.ServerInteract))]
public static class InteractingScp330
{
Expand Down

0 comments on commit 73b13e1

Please sign in to comment.