diff --git a/TShockAPI/Hooks/PlayerHooks.cs b/TShockAPI/Hooks/PlayerHooks.cs
index dd35d662..183205fe 100644
--- a/TShockAPI/Hooks/PlayerHooks.cs
+++ b/TShockAPI/Hooks/PlayerHooks.cs
@@ -389,7 +389,7 @@ namespace TShockAPI.Hooks
///
/// Fired by players when using a command.
///
- [Obsolete("There is an alternative to PlayerHooks.PrePlayerCommand")]
+ [Obsolete("Use PlayerHooks.PrePlayerCommand.")]
public static event PlayerCommandD PlayerCommand;
///