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 15:51:01 +07:00 committed by GitHub
parent fb53bb96bc
commit 21422f25fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -408,7 +408,7 @@ namespace TShockAPI.Hooks
/// <param name="e">The EventArgs for this event.</param>
public delegate void PostPlayerCommandD(PostPlayerCommandEventArgs e);
/// <summary>
/// Fired after the command is run.
/// Fired after a command is run.
/// </summary>
public static event PostPlayerCommandD PostPlayerCommand;