From 87fabd3d260b8bc77a47e939fdc7c756dc967b59 Mon Sep 17 00:00:00 2001
From: AkjaHAsLk1IALk0MasH <46046453+AgaSpace@users.noreply.github.com>
Date: Thu, 15 Jun 2023 18:44:30 +0700
Subject: [PATCH] Removed the "obsolete" tag
---
TShockAPI/Hooks/PlayerHooks.cs | 1 -
1 file changed, 1 deletion(-)
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;
///