diff --git a/TShockAPI/Hooks/PlayerHooks.cs b/TShockAPI/Hooks/PlayerHooks.cs
index b5048274..43756464 100644
--- a/TShockAPI/Hooks/PlayerHooks.cs
+++ b/TShockAPI/Hooks/PlayerHooks.cs
@@ -385,7 +385,6 @@ namespace TShockAPI.Hooks
///
/// Fired by players when using a command.
///
- [Obsolete("Use PlayerHooks.PrePlayerCommand.")]
public static event PlayerCommandD PlayerCommand;
///