From 8ac30283f80b635ea2832b3c4cd7ab4966b0251a Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 3 Aug 2021 23:42:58 +0100 Subject: [PATCH] Deprecated ArmorEquipEvent --- .../main/java/com/willfp/eco/core/events/ArmorEquipEvent.java | 1 + 1 file changed, 1 insertion(+) diff --git a/eco-api/src/main/java/com/willfp/eco/core/events/ArmorEquipEvent.java b/eco-api/src/main/java/com/willfp/eco/core/events/ArmorEquipEvent.java index e1d587aa..d3fef86e 100644 --- a/eco-api/src/main/java/com/willfp/eco/core/events/ArmorEquipEvent.java +++ b/eco-api/src/main/java/com/willfp/eco/core/events/ArmorEquipEvent.java @@ -14,6 +14,7 @@ import org.jetbrains.annotations.NotNull; * The event is called before the player's inventory actually updates, * so you can check a tick later to see the new contents. */ +@Deprecated public class ArmorEquipEvent extends PlayerEvent { /** * Bukkit parity.