Skip to content

Commit

Permalink
Update EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Yamato <[email protected]>
  • Loading branch information
NotZer0Two and louis1706 authored Aug 17, 2024
1 parent bc49266 commit 377b69d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class PlayingAudioLogEventArgs : IPlayerEvent, IDeniableEvent
/// <param name="isAllowed">
/// <inheritdoc cref="IsAllowed" />
/// </param>
public PlayingAudioLogEventArgs(Player player, byte colliderId, bool isAllowed = true)
public PlayingAudioLogEventArgs(Player player, bool isAllowed = true)
{
Player = player;
Type = colliderId;

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'Type' does not exist in the current context

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'colliderId' does not exist in the current context

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'Type' does not exist in the current context

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'colliderId' does not exist in the current context

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'Type' does not exist in the current context

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'colliderId' does not exist in the current context

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'Type' does not exist in the current context

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'colliderId' does not exist in the current context

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'Type' does not exist in the current context

Check failure on line 34 in EXILED/Exiled.Events/EventArgs/Player/PlayingAudioLogEventArgs.cs

View workflow job for this annotation

GitHub Actions / build

The name 'colliderId' does not exist in the current context
Expand Down

0 comments on commit 377b69d

Please sign in to comment.