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.