-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 GitHub Actions / build
Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs GitHub Actions / build
Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs GitHub Actions / build
Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs GitHub Actions / build
Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs GitHub Actions / build
Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs GitHub Actions / build
Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs GitHub Actions / build
Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs GitHub Actions / build
Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs GitHub Actions / build
Check failure on line 19 in EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs 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))] | ||
|