Skip to content

Commit

Permalink
Mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZer0Two committed Aug 17, 2024
1 parent 3aceca7 commit 110bff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public PlayingAudioLogEventArgs(Player player, byte colliderId, bool isAllowed =
public byte Type { get; }

/// <summary>
/// Gets the player who's filpping the switch to the generator.
/// Gets the player who started the AudioLog.
/// </summary>
public Player Player { get; }
}
Expand Down
4 changes: 2 additions & 2 deletions EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ namespace Exiled.Events.Patches.Events.Player
using static HarmonyLib.AccessTools;

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build

Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs

View workflow job for this annotation

GitHub Actions / build


/// <summary>
/// Patch the <see cref="PlayerInteract.UserCode_CmdSwitchAWButton" />.
/// Adds the <see cref="Handlers.Player.ActivatingWarheadPanel" /> event.
/// Patch the <see cref="AudioLog.ServerInteract" />.
/// Adds the <see cref="Handlers.Player.PlayingAudioLog" /> event.
/// </summary>
[EventPatch(typeof(Handlers.Player), nameof(Handlers.Player.PlayingAudioLog))]
[HarmonyPatch(typeof(AudioLog), nameof(AudioLog.ServerInteract))]
Expand Down

0 comments on commit 110bff7

Please sign in to comment.