Skip to content

Commit

Permalink
Hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
angelseraphim authored Oct 28, 2024
1 parent 5877c10 commit 647fc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Exiled.Events/EventArgs/Player/SendingCommandEventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ public SendingCommandEventArgs(Player player, ICommand command, string query)
public bool IsAllowed { get; set; } = true;

/// <summary>
/// Gets command interface.
/// Gets the command that is being executed.
/// </summary>
public ICommand Command { get; }

/// <summary>
/// Gets query.
/// Gets the query of the command.
/// </summary>
public string Query { get; }

Expand Down

0 comments on commit 647fc03

Please sign in to comment.