Skip to content

Commit

Permalink
Revert "[EXILED::Events] BeingObserved event stolen (ExMod-Team#91)"
Browse files Browse the repository at this point in the history
This reverts commit cc7c183.
  • Loading branch information
louis1706 committed Nov 17, 2024
1 parent a1e3393 commit ef20dea
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 158 deletions.
57 changes: 0 additions & 57 deletions EXILED/Exiled.Events/EventArgs/Scp173/BeingObservedEventArgs.cs

This file was deleted.

13 changes: 1 addition & 12 deletions EXILED/Exiled.Events/Handlers/Scp173.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ public static class Scp173
/// </summary>
public static Event<UsingBreakneckSpeedsEventArgs> UsingBreakneckSpeeds { get; set; } = new();

/// <summary>
/// Invoked before SCP-173 is observed.
/// </summary>
public static Event<BeingObservedEventArgs> BeingObserved { get; set; } = new();

/// <summary>
/// Called before players near SCP-173 blink.
/// </summary>
Expand All @@ -65,11 +60,5 @@ public static class Scp173
/// </summary>
/// <param name="ev">The <see cref="UsingBreakneckSpeedsEventArgs" /> instance.</param>
public static void OnUsingBreakneckSpeeds(UsingBreakneckSpeedsEventArgs ev) => UsingBreakneckSpeeds.InvokeSafely(ev);

/// <summary>
/// Called before Scp 173 is observed.
/// </summary>
/// <param name="ev">The <see cref="BeingObservedEventArgs" /> instance.</param>
public static void OnBeingObserved(BeingObservedEventArgs ev) => BeingObserved.InvokeSafely(ev);
}
}
}
89 changes: 0 additions & 89 deletions EXILED/Exiled.Events/Patches/Events/Scp173/BeingObserved.cs

This file was deleted.

0 comments on commit ef20dea

Please sign in to comment.