Update TShockAPI/Hooks/PlayerHooks.cs

Co-authored-by: Arthri <41360489+Arthri@users.noreply.github.com>
This commit is contained in:
Zoom L1 2023-06-15 16:01:43 +07:00 committed by GitHub
parent 21422f25fd
commit b40f0e632e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -398,7 +398,7 @@ namespace TShockAPI.Hooks
/// <param name="e">The EventArgs for this event.</param>
public delegate void PrePlayerCommandD(PrePlayerCommandEventArgs e);
/// <summary>
/// Fired before the command is run.
/// Fired before a command is run.
/// </summary>
public static event PrePlayerCommandD PrePlayerCommand;