diff --git a/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticEquipEvent.java b/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticEquipEvent.java index 48c28534..3d1029fd 100644 --- a/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticEquipEvent.java +++ b/common/src/main/java/com/hibiscusmc/hmccosmetics/api/PlayerCosmeticEquipEvent.java @@ -20,7 +20,7 @@ public class PlayerCosmeticEquipEvent extends CosmeticUserEvent implements Cance } /** - * Gets the {@link Cosmetic} being equipped in this event. + * Gets the {@link Cosmetic} being equipped in this event * * @return The {@link Cosmetic} which is being equipped in this event */ @@ -44,10 +44,10 @@ public class PlayerCosmeticEquipEvent extends CosmeticUserEvent implements Cance } /** - * Sets the cancellation state of this event. + * Sets the cancellation state of this event * *

- * Canceling this event will prevent the player from equipping the cosmetic. + * Canceling this event will prevent the player from equipping the cosmetic *

* * @param cancel true if you wish to cancel this event