Skip to content

Commit

Permalink
Update EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Yamato <66829532+louis1706@users.noreply.github.com>
  • Loading branch information
NotZer0Two and louis1706 authored Aug 17, 2024
1 parent c27fcc3 commit ae908ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions EXILED/Exiled.Events/Patches/Events/Player/PlayingAudioLog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ private static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructi
new(OpCodes.Ldarg_1),
new(OpCodes.Call, Method(typeof(Player), nameof(Player.Get), new[] { typeof(ReferenceHub) })),

// collidreId
new(OpCodes.Ldarg_2),

// true
new(OpCodes.Ldc_I4_1),

Expand Down

0 comments on commit ae908ad

Please sign in to comment.